LIST command hangs

Core FTP client questions and answers
Post Reply
rthurman
Posts: 1
Joined: Thu May 23, 2013 5:46 pm

LIST command hangs

Post by rthurman »

I am on Windows 7 and recently I can no longer connect to an FTP site and it hangs when trying to LIST. Any ideas why and how to fix?


onnect socket #1764 to 184.72.220.45, port 10021...
220 FTP Server ready.
AUTH TLS
234 AUTH TLS successful
TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES256-SHA) - 256 bit
USER rich.sbcaorg
331 Password required for rich.sbcaorg
PASS **********
230 User rich.sbcaorg logged in
SYST
215 UNIX Type: L8
Keep alive off...
PWD
257 "/" is the current directory
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
PASV
227 Entering Passive Mode (184,72,220,45,194,134).
LIST
Connect socket #1936 to 192.168.1.121, port 49798...
timeout
QUIT
Reconnecting...
Connect socket #1932 to 184.72.220.45, port 10021...
220 FTP Server ready.
AUTH TLS
234 AUTH TLS successful
TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES256-SHA) - 256 bit
USER rich.sbcaorg
331 Password required for rich.sbcaorg
PASS **********
230 User rich.sbcaorg logged in
SYST
215 UNIX Type: L8
Keep alive off...
CWD /
250 CWD command successful
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
PASV
227 Entering Passive Mode (184,72,220,45,222,78).
LIST
Connect socket #1992 to 192.168.1.121, port 56910...
timeout
Connection timed out
Error loading directory..
Post Reply