Ticket #10751: FILEZILLA-DEBUG-CLIENT_MLSD_BAD.txt

File FILEZILLA-DEBUG-CLIENT_MLSD_BAD.txt, 3.8 KB (added by Claudio Lori, 8 years ago)

log of the client in debug mode

Line 
1Command: pwd
2Trace: CTlsSocket::OnRead()
3Trace: CFtpControlSocket::OnReceive()
4Response: 257 "/home/ftp/Canzo/test01" is the current directory
5Trace: CFtpControlSocket::RawCommandParseResponse
6Trace: CFtpControlSocket::ResetOperation(0)
7Trace: CControlSocket::ResetOperation(0)
8Trace: CFileZillaEnginePrivate::ResetOperation(0)
9Trace: CFtpControlSocket::SendNextCommand()
10Trace: CFtpControlSocket::RawCommandSend
11Command: Type I
12Trace: CTlsSocket::OnRead()
13Trace: CFtpControlSocket::OnReceive()
14Response: 200 Type set to I
15Trace: CFtpControlSocket::RawCommandParseResponse
16Trace: CFtpControlSocket::ResetOperation(0)
17Trace: CControlSocket::ResetOperation(0)
18Trace: CFileZillaEnginePrivate::ResetOperation(0)
19Trace: CFtpControlSocket::SendNextCommand()
20Trace: CFtpControlSocket::RawCommandSend
21Command: pasv
22Trace: CTlsSocket::OnRead()
23Trace: CFtpControlSocket::OnReceive()
24Response: 227 Entering Passive Mode (95,110,225,54,195,118).
25Trace: CFtpControlSocket::RawCommandParseResponse
26Trace: CFtpControlSocket::ResetOperation(0)
27Trace: CControlSocket::ResetOperation(0)
28Trace: CFileZillaEnginePrivate::ResetOperation(0)
29Trace: CFtpControlSocket::SendNextCommand()
30Trace: CFtpControlSocket::RawCommandSend
31Command: MLSD
32Error: Connection timed out after 20 seconds of inactivity
33Trace: CControlSocket::DoClose(2050)
34Trace: CFtpControlSocket::ResetOperation(2114)
35Trace: CControlSocket::ResetOperation(2114)
36Trace: CFileZillaEnginePrivate::ResetOperation(2114)
37Status: Disconnected from server
38Trace: CControlSocket::DoClose(64)
39Trace: CControlSocket::DoClose(64)
40Trace: CControlSocket::DoClose(64)
41Trace: CFileZillaEnginePrivate::ResetOperation(0)
42Status: Connecting to 95.110.225.54:21...
43Status: Connection established, waiting for welcome message...
44Trace: CFtpControlSocket::OnReceive()
45Response: 220 ProFTPD 1.3.5a Server (ProFTPD) [::ffff:95.110.225.54]
46Trace: CFtpControlSocket::SendNextCommand()
47Command: AUTH TLS
48Trace: CFtpControlSocket::OnReceive()
49Response: 234 AUTH TLS successful
50Status: Initializing TLS...
51Trace: CTlsSocket::Handshake()
52Trace: CTlsSocket::ContinueHandshake()
53Trace: CTlsSocket::OnSend()
54Trace: CTlsSocket::OnRead()
55Trace: CTlsSocket::ContinueHandshake()
56Trace: CTlsSocket::OnRead()
57Trace: CTlsSocket::ContinueHandshake()
58Trace: TLS Handshake successful
59Trace: Protocol: TLS1.2, Key exchange: ECDHE-RSA, Cipher: AES-256-GCM, MAC: AEAD
60Status: Verifying certificate...
61Status: TLS connection established.
62Trace: CFtpControlSocket::SendNextCommand()
63Command: USER Canzo
64Trace: CTlsSocket::OnRead()
65Trace: CFtpControlSocket::OnReceive()
66Response: 331 Password required for Canzo
67Trace: CFtpControlSocket::SendNextCommand()
68Command: PASS *******
69Trace: CTlsSocket::OnRead()
70Trace: CFtpControlSocket::OnReceive()
71Response: 230 User Canzo logged in
72Trace: CFtpControlSocket::SendNextCommand()
73Command: OPTS UTF8 ON
74Trace: CTlsSocket::OnRead()
75Trace: CFtpControlSocket::OnReceive()
76Response: 200 UTF8 set to on
77Trace: CFtpControlSocket::SendNextCommand()
78Command: PBSZ 0
79Trace: CTlsSocket::OnRead()
80Trace: CFtpControlSocket::OnReceive()
81Response: 200 PBSZ 0 successful
82Trace: CFtpControlSocket::SendNextCommand()
83Command: PROT P
84Trace: CTlsSocket::OnRead()
85Trace: CFtpControlSocket::OnReceive()
86Response: 200 Protection set to Private
87Status: Connected
88Trace: CFtpControlSocket::ResetOperation(0)
89Trace: CControlSocket::ResetOperation(0)
90Trace: CFileZillaEnginePrivate::ResetOperation(0)
91Trace: Measured latency of 555 ms
92Trace: CFtpControlSocket::SendNextCommand()
93Trace: CFtpControlSocket::RawCommandSend
94Command: MLSD
95Trace: CTlsSocket::OnRead()
96Trace: CFtpControlSocket::OnReceive()
97Response: 425 Unable to build data connection: Connection refused
98Trace: CFtpControlSocket::RawCommandParseResponse
99Trace: CFtpControlSocket::ResetOperation(2)
100Trace: CControlSocket::ResetOperation(2)
101Trace: CFileZillaEnginePrivate::ResetOperation(2)