test.bat内容
______________________________
echo open xxxxxx.xxxx.net > tmp
echo getname >> tmp
echo getpass >> tmp
echo get test.jpg >> tmp
echo bye >> tmp
ftp -s:tmp
______________________________
用Serv-U 架设, 这样就没有问题
用IIS上的FTP, 手动输入没有问题 ,但是用bat脚本登陆就会出现错误
这个问题好像超出批处理范围了 ^_^