View Single Post
  #6   (View Single Post)  
Old 26th May 2009
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default

Quote:
Originally Posted by DutchDaemon View Post
Ftp client or FTP server? In other words: incoming or outgoing FTP requests?
using proftpd server and problem occurs with many clients, gftp, fireftp etc.

I have managed to connect using passive OFF mode but other are having issues, i can't connect in passive mode at all.

proftpd logs show connection is made but then dropped.

here are logs from gftp using passive mode connection.

Code:
Looking up web.domain.net
Trying web.domain.net:21
Connected to web.domain.net:21
220 ProFTPD 1.3.2rc3 Server (85.234.151.16) [85.234.151.16]
USER user1

331 Password required for user1
PASS xxxx
230 User user1 logged in
SYST

215 UNIX Type: L8
TYPE I

200 Type set to I
PWD

257 "/" is the current directory
Loading directory listing / from server (LC_TIME=en_GB.UTF-8)
PASV

227 Entering Passive Mode (85,234,151,16,240,147).
Cannot create a data connection: Connection refused
Disconnecting from site web.domain.net
cheers
Reply With Quote