先登录Putty.然后输入以下内容
//open 22 FTP
ftp 101.624.103.22
//user nameusername
//password
123456
//change location on 21 FTP
cd /Portal/BAT/Files/File_Transfer/test/Note
//list files in FTP
ls
//change location in local
lcd /11/WC/jboss/webserver/jboss-ews/httpd/logs
//list files in local
!ls
//send file from local to FTP
put 文件名