论坛首页 入门技术论坛

ftp远程COPY

浏览 3127 次
锁定老帖子 主题:ftp远程COPY
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-11-17  


C:\Documents and Settings\Administrator>ftp 192.168.1.249
Connected to 192.168.1.249.
220 (vsFTPd 1.1.3)
User (192.168.1.249:(none)): exam
331 Please specify the password.
Password:
230 Login successful. Have fun.
ftp> cd /home/
250 Directory successfully changed.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
DriverInstall
cvs
cvsroot
exam
gcc-3.3.6
gcc-3.4.0
gcc-3.4.0.tar.bz2
gcc3.4-build
java
marvell.tar.out
oracle
test
226 Directory send OK.
ftp: 127 bytes received in 0.00Seconds 127000.00Kbytes/sec.
ftp> cd java
250 Directory successfully changed.
ftp> cd install
250 Directory successfully changed.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
j2sdk-1_4_2_12-linux-i586.bin
jboss-4.0.4.GA.zip
jboss-4.0.5.GA.zip
226 Directory send OK.
ftp: 71 bytes received in 0.02Seconds 4.44Kbytes/sec.
ftp> get jboss-4.0.5.GA.zip
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for jboss-4.0.5.GA.zip (80866589 bytes).

226 File send OK.
ftp: 80866589 bytes received in 7.83Seconds 10330.43Kbytes/sec.
ftp> bye
221 Goodbye.

论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics