Re: ftp with firewall and put requirement -
07-15-2003
, 02:21 PM
Here is the ftp log. You can see that the ftp log in was successful.
There is a change directory that worked, but the mkdir hangs.
USER me (AT) server (DOT) org
331-(----GATEWAY CONNECTED TO server.org----)
331-(220-)
331-(220-Welcome to server.org!)
331-(220-)
331-(220 server.org FTP server (Version wu-2.6.2(1) Thu Jan 17 14:36:05 CST 2002) ready.)
331 Password required for me.
PASS
230 User me logged in.
SYST
215 UNIX Type: L8
CWD /www/mydir
250 CWD command successful.
CWD /
250 CWD command successful.
MKD /www/mydir/XYIZNWSK
500 command requires user authentication (type `quot authhelp' for help) |