Quantcast
Channel: FileZilla Forums
Viewing all articles
Browse latest Browse all 11475

Works on FTP but get 425 Can't open data connection w/FTPS

$
0
0
Ok i know the first thing everyone is going to say is Read the Network Configuration guide. I've already gone through it.

My FTP site works just fine when i use port 21. However I thought I would try out FTPS port 990 and now things aren't working

I've created my SSL/TLS certificate using the built in creator. My Passive Mode Settings is
Custom Port Range 50000-51000
IPv4 specific is set to Retrieve external IP address from http://ip.filezilla-project.org/ip.php


On the client side
Active Mode has port limited to 50000-51000 and also using Retrieve external IP Address from http://ip.filezilla-project.org/ip.php
Passive Mode is set to use the server's external IP address

My connection settings for FTPS are
Protocol: FTP - File Transfer Protocol
Encryption is Require implicit FTP over TLS
Logon Type Normal
User: Admin
Password: ****

My connection settings for FTP are
Protocol: FTP - File Transfer Protocol
Encryption is: Use plain FTP
Logon Type Normal
User: Admin
Password: ****




On the client side when I connect via FTP I get

Code:
Status:   Connecting to 184.18.xx.xx:21...
Status:   Connection established, waiting for welcome message...
Response:   220-FileZilla Server version 0.9.41 beta
Response:   220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response:   220 Please visit http://sourceforge.net/projects/filezilla/
Command:   USER Admin
Response:   331 Password required for admin
Command:   PASS *********
Response:   230 Logged on
Status:   Connected
Status:   Retrieving directory listing...
Command:   PWD
Response:   257 "/" is current directory.
Status:   Directory listing successful


However when I connect via FTPS I get

Code:
Status:   Connecting to 184.18.xx.xx:990...
Status:   Connection established, initializing TLS...
Status:   Verifying certificate...
Status:   TLS/SSL connection established, waiting for welcome message...
Response:   220-FileZilla Server version 0.9.41 beta
Response:   220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response:   220 Please visit http://sourceforge.net/projects/filezilla/
Command:   USER Admin
Response:   331 Password required for admin
Command:   PASS *********
Response:   230 Logged on
Command:   PBSZ 0
Response:   200 PBSZ=0
Command:   PROT P
Response:   200 Protection level set to P
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 (184,18,54,42,195,84)
Command:   MLSD
Response:   425 Can't open data connection.
Error:   Failed to retrieve directory listing


any help in pointing me in the right direction

Viewing all articles
Browse latest Browse all 11475

Trending Articles