ftp远程COPY

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.

你可能感兴趣的:(应用/web服务器)