425: Unable to open the data connection

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Keith
500 Command not understood
Posts: 3
Joined: 2006-08-20 14:29
Location: Nottingham

425: Unable to open the data connection

#1 Post by Keith » 2006-08-20 14:37

I have set up an FTP site that is easily accessed by most computers with a few exceptions - the responses below show the problem that my home PC has. I have no problem connecting to other FTP sites using my home PC. Could you please suggest how I can go about resolving this?

The FTP server I am having a problem connecting to is a Cerberus System. The incoming FTP call is redirected from our static IP address to my work PC.

Keith :(

Response: 220-Welcome to The Health Stores FTP Server
Response: 220
Command: USER keith
Response: 331 User keith, password please
Command: PASS *******
Response: 230 Password Ok, User logged in
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: PORT 192,168,2,102,4,170
Response: 200 Port command received
Command: TYPE A
Response: 200 Type ASCII
Command: LIST
Response: 425 Unable to open the data connection
Error: Could not retrieve directory listing
Command: REST 0
Response: 350 Restarting at byte offset 0. Send STOR or RETR to initiate transfer
Status: Disconnected from server

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2006-08-20 15:04

Please enable passive mode.

Keith
500 Command not understood
Posts: 3
Joined: 2006-08-20 14:29
Location: Nottingham

#3 Post by Keith » 2006-08-20 19:25

I have now upgraded to the latest version and as you advised I have set passive mode and get the following response: -

esponse: 220-Welcome to The Health Stores FTP Server
Response: 220
Command: USER keith
Response: 331 User keith, password please
Command: PASS *******
Response: 230 Password Ok, User logged in
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211- Additional features supported include:
Response: 211- MDTM
Response: 211- SIZE
Response: 211- REST STREAM
Response: 211- UTF8
Response: 211- LANG EN*
Response: 211- SITE CHMOD
Response: 211- SITE PSWD
Response: 211
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE A
Response: 200 Type ASCII
Command: PASV
Response: 227 Entering Passive Mode (192,168,10,130,4,10)
Command: LIST
Error: Transfer channel can't be opened. Reason: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Error: Could not retrieve directory listing
Command: PWD

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#4 Post by botg » 2006-08-20 20:29

Set your firewall to allow FileZilla to establish outgoing connections to all ports.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#5 Post by botg » 2006-08-20 20:37

Or wait, just noticed: Server not configured properly, please contact server administrator.

Keith
500 Command not understood
Posts: 3
Joined: 2006-08-20 14:29
Location: Nottingham

#6 Post by Keith » 2006-08-21 07:40

Can you identify what it is that is not correctly set up on the server?

Keith

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

#7 Post by boco » 2006-08-24 15:47

Log wrote:Response: 227 Entering Passive Mode (192,168,10,130,4,10)
It's very much the Passive mode settings. The IP address returned is a LAN address (It should be the external address of the server).

boco

Post Reply