记得要在exit后面加个回车<--记得,这个很重要
echo open 你的FTP地址>cc1.dat
echo FTP账号>>cc1.dat
echo FTP密码>>cc1.dat
echo binary>>cc1.dat
echo get 你要下载的文件abc.exe>>cc1.dat
echo bye>>cc1.dat
ftp -s:cc1.dat
...

阅读更多