[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

WU-FTPD and passive ftp



Has anyone run wu-ftpd Version wu-2.6.0(1) Wed Mar 15 16:30:52 CET 2000
with passive ftp support?

ftp> ls wtf 
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
-rw-r--r--    1 cowboy   cowboy       9269 Nov 18 17:15 wtf
226 Transfer complete.
ftp> passive
Passive mode on.
ftp> ls wtf
227 Entering Passive Mode (9,51,81,11,180,209)
421 Service not available, remote server has closed connection

I get no indications of anything wrong in the syslog...

I know its trying passive, because if I use a host that isn't in
pasv-allow, I get this:
ftp> passive
Passive mode on.
ftp> ls wtf
227 Entering Passive Mode (9,51,81,11,99,62)
ftp: connect: Connection refused

The relevant portions of ftpaccess are:
passive address 9.51.81.11 0.0.0.0/0    # this *IS* required for passive
passive ports 0.0.0.0/0 1024 65535      # to see if it made a difference
pasv-allow all *.ibm.com                # localhost fails this test
port-allow all *.ibm.com                # Is this needed wrt passive?
-- 
Rick Nelson
Life'll kill ya                         -- Warren Zevon 
Then you'll be dead                     -- Life'll kill ya


Reply to: