Hi, Using v3.1.6 and i also get
Quote:
Status: Resolving address of xxx.com.ph
Status: Connecting to xxx.xxx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220 FTP Server ready.
Command: USER ftp
Response: 331 Password required for ftp.
Command: PASS ********
Response: 230 User ftp logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: 211 End
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 (xxx,xxx,xxx,xxx,172,252).
Command: LIST
Error: Connection timed out
Error: Failed to retrieve directory listing
then i tried the active mode
settings -> connection -> ftp
ticked active and ticked Allow fall back to other transfer mode failure
under settings -> connection ftp -> active mode
ticked limit local ports used by filezilla
ticked get external ip from the following url (
http://ip.filezilla-project.org/ip.php)
ticked don't use external ip address on local connections.
and... i get this...
Quote:
Status: Resolving address of xxx.com.ph
Status: Connecting to xxx.xxx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220 FTP Server ready.
Command: USER ftp
Response: 331 Password required for ftp.
Command: PASS ********
Response: 230 User ftp logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT 203,177,6,3,24,247
Response: 200 PORT command successful
Command: LIST
Response: 425 Unable to build data connection: Connection refused
Error: Failed to retrieve directory listing
help anyone?