Quote:
| Originally Posted by Doug G PASV ftp may have additional firewall settings necessary. Also review your FTP server settings, when I run a linux ftp server behind a router I have to make an edit in the ftp configuration file or else PASV mode provides the wrong IP to the ftp client. |
It seems to have the right ip address as it connects.
Here is the log file for FileZilla -
Status: Connecting to 70.44.41.222:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER anonymous
Response: 331 Anonymous access allowed, send identity (e-mail name) as password.
Command: PASS **************
Response: 230 Anonymous user logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 500 'FEAT': command not understood
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (70,44,41,222,9,133).
Command: LIST
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Looks to be looking for port 2437.
Does the server tell it which port to connect to?
If so, I presume I need to make Exceptions for a range of ports?