-ftp压缩上传.BAT :
D:\winrar\rar a -r -agyyyymmdd -PSUPERVISOR D:\ftp\ E:\软件\*.*
ftp -i -s:ftpput.txt
del D:\ftp\*.rar
-ftpput.txt :
open
www.vicp.net
abcd
123
mput d:\ftp\*.rar
bye
-ftp下载解压.BAT :
ftp -i -s:ftpget.txt
D:\WINRAR\RAR E -PSUPERVISOR -AGYYYYMMDD -O+ D:\FTP\*.RAR E:\软件\
DEL D:\FTP\*.RAR
-ftpget.txt :
open
www.vicp.net
abcd
123
mget *.rar
bye
请多指教