Vega的筆記本
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
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言