Hello.
Lately I've been having problems holding FTPES (FTP over Explicit TLS) connections. When I have the firewall enabled, The commands/responses take absolutely forever and LIST commands, etc. time the connection out.
When I change over to Plain FTP mode, the connections are fine and run at the speed they should.
When I disable the firewall, the FTPES connections are fine and run at the speed they should.
I double checked my firewall settings and FileZilla is allowed Any IP/Port/Protocol, etc.
I'm connecting to my FTP server on port 29393 (If this might have anything to do with the problem)
I'd appreciate it if someone could hint me as to what the problem might be.
Thank You.
Here's the FTP log
Status: Connecting to *censored*:29393...
Status: Connection established, waiting for welcome message...
Response: 220 *censored*.
Command: AUTH TLS
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER *censored*
Status: TLS/SSL connection established.
Response: 331 Please specify the password.
Command: PASS ********
Response: 230 Login successful.
Command: OPTS UTF8 ON
Response: 200 Always in UTF8 mode.
Command: PBSZ 0
Response: 200 PBSZ set to 0.
Command: PROT P
Response: 200 PROT now Private.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD /data
Response: 250 Directory successfully changed.
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (*****,191,59)
Command: LIST
Response: 150 Here comes the directory listing.
Error: Connection timed out
Error: Failed to retrieve directory listing