I set up a couple of FTP accounts using DA. When I try to log in via FileZilla I see the following text...
As you can see, logon challenge is successful, but I get stopped at the LIST command. Can anyone suggest a solution?
Status: Connecting to ftp.foobar.com ...
Status: Connected with ftp.foobar.com. Waiting for welcome message...
Response: 220 ProFTPD 1.2.10 Server ready.
Command: USER [email protected]
Response: 331 Password required for [email protected].
Command: PASS *********
Response: 230 User [email protected] logged in.
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: 211 End
Command: SYST
Response: 215 UNIX Type: L8
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (206,192,23,23,156,122).
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.
As you can see, logon challenge is successful, but I get stopped at the LIST command. Can anyone suggest a solution?