ftp定时上传脚本
Linux# cat file_ftp.sh
ftp -ni 10.10.21.80bugfree_ftp.ftp
echo user test>> bugfree_ftp.ftp
echo testpass>> bugfree_ftp.ftp
echo bin>> bugfree_ftp.ftp
echo prompt>> bugfree_ftp.ftp
echo put Bugfree.zip 4/Bugfree_%date:~-10%.zip>> bugfree_ftp.ftp
echo quit>> bugfree_ftp.ftp
start /b ftp -n -s:bugfree_ftp.ftp
quit
页:
[1]