windows FTP自动下载脚本

新建ftp.dat文件,内容如下

open xxx.xxx.xxx.xxx
username
password
cd   
lcd x:\files
binary
hash
mget *.*
bye

新建run.bat文件
ftp -s:ftp.dat
执行run.bat即可
 
posted @ 2015-03-05 11:06  seasonzone  阅读(1260)  评论(0编辑  收藏  举报