ftp shell

The ftp shell is to auto login to the ftp server and put the file, just an example

ftp -in10.54.143.3 <<EOF

user username password

binary

cd /var/

put abc

quit

 

posted on 2020-04-13 17:04  荷树栋  阅读(123)  评论(0)    收藏  举报

导航