Hi,
I have a problem with my anonymous ftp server. Below is a simple
anonymous ftp session :
ftp> o localhost
Connected to localhost.
220 hq FTP server (Version wu-2.4.2-VR17(1) Mon Apr 19 09:21:53 EDT 1999)
ready.
Name (localhost:geo): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd pub
250 CWD command successful.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd test
250 CWD command successful.
ftp> bin
200 Type set to I.
ftp> prompt
Interactive mode off.
ftp> get test.bin
local: test.bin remote: test.bin
200 PORT command successful.
150 Opening BINARY mode data connection for test.bin (2740224 bytes).
226 Transfer complete.
2740224 bytes received in 0.501 secs (5.3e+03 Kbytes/sec)
ftp>
My question is why I can't see the listing of files when a dir command
is issued ?
When other user then anonymous execute above session, everything works
fine.
TIA,
Geo.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]