Hi everyone!
I'm trying to ftp a compressed file without uncompressing it first. This is what i tried, which works fine with export/import Oracle utilities:
mknod ftp_pipe3 p
uncompress < export_248.log.Z > ftp_pipe3 &
set -x
ftp -ni <<EOF
open 172.27.x.x
user oracle Oracle
bin
put ftp_pipe3...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.