通过SecureCRT FTP方式从一台机器下载文件到另一台机器上:
[root@TEST144239 ~]# ftp 10.30.1.25
Connected to 10.30.1.25 (10.30.1.25).
220-FileZilla Server version 0.9.31 beta
220-written by Tim Kosse (Tim.Kosse@gmx.de)
220 Please visit http://sourceforge.net/projects/filezilla/
Name (10.30.1.25:root): ftp
331 Password required for ftp Password:
230 Logged on
#### ftp> bin 表示以二进制编码下载
Remote system type is UNIX. ftp> bin
200 Type set to I
ftp> get /public/数据库/ORACLE/11G/linux64/p10404530_112030_Linux-x86-64_1of7.zip /var/tmp/p10404530_112030_Linx-x86-64_1of7.zip local: /var/tmp/p10404530_112030_Linux-x86-64_1of7.zip remote: /public/数据库/ORACLE/11G/linux64/p10404530_112030_Linux-x86-64_1of7.zip
227 Entering Passive Mode (10,30,1,25,204,178)
150 Connection accepted
226 Transfer OK 1358454646 bytes received in 1.03e+03 secs (1316.15 Kbytes/sec)