cat Rjftp_cmd.sh
ftp -ni 10.23.0.60 <
user 9pos pos123
cd /xx/pos/files_pos
lcd /home/Server/ftp_file
prompt
mput RCHK_16021201011203_SP_20131209.xml
prompt
bye
EOF
cat EBOftp_cmd.sh
ftp -ni 10.23.0.60 <
user 9pos pos123
cd /xx/pos/files_pos
lcd /home/Server/ftp_file
prompt
mget CHK_16021201011203_SP_20131209.xml
prompt
bye
EOF
记录备用。
阅读(2012) | 评论(0) | 转发(0) |