2010年4月28日

FTP Script

#!/bin/sh

ftp -inv xx.xx.xx.xx << EOF

-i turns off interactive prompting.
-n Restrains FTP from attempting the auto-login feature.
-v enables verbose and progress.


user temp temp
prompt
verbose
bin
cd l7
mget iptables*
quit
EOF

沒有留言:

張貼留言