Passive FTP connection timing out

Soren

Registered
Hi

When I try connecting to servers using ftp the connection times out when it enters passive mode.

The only program that works for me is CyberDuck, but I find its interface to be way inferior to FileZilla and ClassicFTP. Therefore I would like FileZilla to work.

FileZilla shows the following output:

Code:
Status:	Resolving address of charlie.it.uts.edu.au
Status:	Connecting to 138.25.9.2:21...
Status:	Connection established, waiting for welcome message...
Response:	220 charlie FTP server ready.
Command:	USER sdulrikk
Response:	331 Password required for sdulrikk.
Command:	PASS ********
Response:	230 User sdulrikk logged in.
Command:	SYST
Response:	215 UNIX Type: L8 Version: SUNOS
Command:	FEAT
Response:	500 'FEAT': command not understood.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/home/sdulrikk" is current directory.
Command:	TYPE I
Response:	200 Type set to I.
Command:	PASV
Response:	227 Entering Passive Mode (138,25,9,2,57,122)
Command:	LIST
Error:	Connection timed out
Error:	Failed to retrieve directory listing

Can you help me?

Thanks.
 
Back
Top