I use FileZilla as my FTP client.
I am trying to connect to ftp using Ftp over SSL (explicit encryption).
I connect and accpet the SSL certificate, so far so good.
When filezilla tries to list the directory it times out.
>Status: Connecting to ****...
Status: Connected with ****, negotiating SSL connection...
Response: 220-This computer system is for authorized users only. Individuals using this
Response: system without authority or in excess of their authority are subject to
Response: having all their activities on this system monitored and recorded or
Response: examined by any authorized person, including law enforcement, as system
Response: personnel deem appropriate. In the course of monitoring individuals
Response: improperly using the system or in the course of system maintenance, the
Response: activities of authorized users may also be monitored and recorded. Any
Response: material so recorded may be disclosed as appropriate. Anyone using this
Response: system consents to these terms.
Response:
Response:
Response: 220 ProFTPD 1.2.9 Server (ProFTPD Default Installation) [server71.totalchoicehosting.com]
Command: AUTH SSL
Response: 234 AUTH SSL successful
Status: SSL connection established. Waiting for welcome message...
Command: PBSZ 0
Response: 200 PBSZ 0 successful
Command: PROT P
Response: 200 Protection set to Private
Command: USER XXXXXXXXXXXXXXXXX
Response: 331 Password required for XXXXXXXXXXXXXXXXX.
Command: PASS XXXXXXXXXXXXXXXXXXXXXX
Response: 230 User XXXXXXXXXXXXXXXXX logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: PORT XXX,XXX,XXX,XXX,XXX,XXXX
Response: 200 PORT command successful
Command: TYPE A
Response: 200 Type set to A
Command: LIST
Error: Timeout detected!
Error: Could not retrieve directory listing
Any ideas?