View Single Post
Old 21-02-11, 10:02 PM   #7
the_lone_wolf
Captain Awesome
Mega Poster
 
the_lone_wolf's Avatar
 
Join Date: Jan 2007
Location: Hamble
Posts: 4,266
Default Re: FTP client hangs while connecting socket

Quote:
Originally Posted by Terah View Post
Can you up the debug settings in FileZilla (Edit --> Settings --> Debug) and post a log?
Code:
Status:	Resolving address of [MY URL]
Status:	Connecting to [My IP]:21...
Status:	Connection established, waiting for welcome message...
Trace:	CFtpControlSocket::OnReceive()
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 44 of 500 allowed.
Response:	220-Local time is now 22:56. Server port: 21.
Response:	220-This is a private system - No anonymous login
Response:	220 You will be disconnected after 3 minutes of inactivity.
Trace:	CFtpControlSocket::SendNextCommand()
Command:	USER [REDACTED]
Trace:	CFtpControlSocket::OnReceive()
Response:	331 User [REDACTED] OK. Password required
Trace:	CFtpControlSocket::SendNextCommand()
Command:	PASS **************
Trace:	CFtpControlSocket::OnReceive()
Response:	230-User [REDACTED] has group access to:  inetuser
Response:	230 OK. Current restricted directory is /
Trace:	CFtpControlSocket::SendNextCommand()
Command:	SYST
Trace:	CFtpControlSocket::OnReceive()
Response:	215 UNIX Type: L8
Trace:	CFtpControlSocket::SendNextCommand()
Command:	FEAT
Trace:	CFtpControlSocket::OnReceive()
Response:	211-Extensions supported:
Response:	 EPRT
Response:	 IDLE
Response:	 MDTM
Response:	 SIZE
Response:	 REST STREAM
Response:	 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response:	 MLSD
Response:	 TVFS
Response:	 ESTP
Response:	 PASV
Response:	 EPSV
Response:	 SPSV
Response:	 ESTA
Response:	 AUTH TLS
Response:	 PBSZ
Response:	 PROT
Response:	211 End.
Status:	Connected
Trace:	CFtpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Trace:	CFileZillaEnginePrivate::ResetOperation(0)
Status:	Retrieving directory listing...
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::ChangeDirSend()
Command:	PWD
Trace:	CFtpControlSocket::OnReceive()
Response:	257 "/" is your current location
Trace:	CFtpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Trace:	CFtpControlSocket::ParseSubcommandResult(0)
Trace:	CFtpControlSocket::ListSubcommandResult()
Trace:	  state = 1
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Trace:	  state = 1
Command:	TYPE I
Trace:	CFtpControlSocket::OnReceive()
Response:	200 TYPE is now 8-bit binary
Trace:	CFtpControlSocket::TransferParseResponse()
Trace:	  code = 2
Trace:	  state = 1
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Trace:	  state = 2
Command:	PASV
Trace:	CFtpControlSocket::OnReceive()
Response:	227 Entering Passive Mode ([XXX],[XXX],[XXX],[XXX],196,71)
Trace:	CFtpControlSocket::TransferParseResponse()
Trace:	  code = 2
Trace:	  state = 2
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Trace:	  state = 4
Command:	MLSD
Trace:	CTransferSocket::OnConnect
Trace:	CTransferSocket::OnReceive(), m_transferMode=0
Trace:	CTransferSocket::OnClose(0)
Trace:	CTransferSocket::TransferEnd(1)
Trace:	CFtpControlSocket::TransferEnd()
Error:	Connection timed out
Trace:	CControlSocket::DoClose(2050)
Trace:	CFtpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Trace:	CFtpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Error:	Failed to retrieve directory listing
Trace:	CFileZillaEnginePrivate::ResetOperation(2114)
Same as before, that's a fresh start of Filezilla followed immediately by asking it to connect through the site manager

Anything in [...] is my removal of personal info

Can't use another network as all the neighbours have secured theirs, but it behaves in exactly the same manner on my Desktop and Notebook
__________________
Official "Dumbass of the Year" 2011
(•_•)
( •_•)>⌐■-■
(⌐■_■)
Deal with it...

Last edited by the_lone_wolf; 21-02-11 at 11:00 PM.
the_lone_wolf is offline   Reply With Quote