Daily Archives: 六月 27th, 2007

ftp远程登录并作一些操作的脚本

ftp远程登录并作一些操作的脚本
ftp -i -n server <<ftp
user root password
bin
lcd /etc
cd /a
mput auto_*
bye
ftp