I
idon
Unregistered / Unconfirmed
GUEST, unregistred user!
C:/Documents and Settings/chunfangzhang>ftp -n
ftp> open 192.1.4.200
Connected to 192.1.4.200.
220 (vsFTPd 1.2.1)
ftp> user oracle oracle
331 Please specify the password.
230 Login successful.
ftp> ls txt c:/a.txt
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp: 81 bytes received in 0.00Seconds 81000.00Kbytes/sec.
ftp> bye
221 Goodbye.
ftp> open 192.1.4.200
Connected to 192.1.4.200.
220 (vsFTPd 1.2.1)
ftp> user oracle oracle
331 Please specify the password.
230 Login successful.
ftp> ls txt c:/a.txt
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp: 81 bytes received in 0.00Seconds 81000.00Kbytes/sec.
ftp> bye
221 Goodbye.