Sunday, July 03, 2005

Automated FTP File Transfer from Unix

Hi KK,

You can use this document to script an FTP file transfer. The basic idea is shown here.
ftp -i -v -n ftp.keekar.com  (redirector} end_ftp

user keekar mypassword
binary
lcd /scripts/download
cd /scripts
get auto_ftp_xfer.ksh
bye

END_FTP

No comments: