ftp自动上传脚本



ftp自动上传脚本
 
#!/bin/bash
ftp -n<<!
open 211.138.156.206
user ftp001 ftpSERVER!!@2013
binary
hash
cd /success
lcd /tmp/tmpsuccess
prompt
mput *
close
bye
!
rm -rf /tmp/tmpsuccess/*

相关内容

    暂无相关文章