Home » Infrastructure » Unix » ftp script
ftp script [message #97105] Mon, 03 December 2001 20:09 Go to next message
satish
Messages: 112
Registered: September 2000
Senior Member
Hi there,
I would like to know where i can get good link to know how to write FTP scripts..on Unix.
Pl. let me know at the earliest.

thanks.
satish

----------------------------------------------------------------------
Re: ftp script [message #97112 is a reply to message #97105] Thu, 06 December 2001 23:01 Go to previous message
Hrudananda Baral
Messages: 12
Registered: October 2001
Junior Member
Use FTP from server A. Following is an example :
ftp -n serverB <<EOF
user useratB passwordforuseratB
cd dest_directory_at_B
binary <---- for binary mode if required
get file1atB file1atA
get file2atB file2atA
bye
EOF

----------------------------------------------------------------------
Previous Topic: Re: ORA-06510: PL/SQL: unhandled user-defined exception
Next Topic: ORA-12154 TNS unable to connect to destination..
Goto Forum:
  


Current Time: Fri Apr 19 20:14:40 CDT 2024