Ticket #8933: fzTrace.txt

File fzTrace.txt, 5.9 KB (added by mkline55, 11 years ago)

Trace log

Line 
1Status: Connecting to xxx.xxx.xxx.xxx:21...
2Status: Connection established, waiting for welcome message...
3Trace: CFtpControlSocket::OnReceive()
4Response: 220-FTPD1 IBM FTP CS V1R12 at xxxxxx.xxxx.xxxx.xxx, 12:51:50 on 2013-09-18.
5Trace: CFtpControlSocket::OnReceive()
6Response: 220-***********************************************************************
7Trace: CFtpControlSocket::OnReceive()
8Response: 220-
9Response: 220-***********************************************************************
10Response: 220-
11Response: 220 Connection will close if idle for more than 5 minutes.
12Trace: CFtpControlSocket::SendNextCommand()
13Command: AUTH TLS
14Trace: CFtpControlSocket::OnReceive()
15Response: 234 Security environment established - ready for negotiation
16Status: Initializing TLS...
17Trace: CTlsSocket::Handshake()
18Trace: CTlsSocket::ContinueHandshake()
19Trace: CTlsSocket::OnSend()
20Trace: CTlsSocket::OnRead()
21Trace: CTlsSocket::ContinueHandshake()
22Trace: CTlsSocket::OnRead()
23Trace: CTlsSocket::ContinueHandshake()
24Trace: CTlsSocket::OnRead()
25Trace: CTlsSocket::ContinueHandshake()
26Trace: TLS Handshake successful
27Trace: Protocol: TLS1.0, Key exchange: RSA, Cipher: ARCFOUR-128, MAC: SHA1
28Status: Verifying certificate...
29Trace: CFtpControlSocket::SendNextCommand()
30Command: USER xxxxxx
31Status: TLS/SSL connection established.
32Trace: CTlsSocket::OnRead()
33Trace: CFtpControlSocket::OnReceive()
34Response: 331 Send password please.
35Trace: CFtpControlSocket::SendNextCommand()
36Trace: CFtpControlSocket::SendNextCommand()
37Command: PASS ********
38Trace: CTlsSocket::OnRead()
39Trace: CFtpControlSocket::OnReceive()
40Response: 230 xxxxxx is logged on. Working directory is "XXXXXX.".
41Trace: CFtpControlSocket::SendNextCommand()
42Command: SYST
43Trace: CTlsSocket::OnRead()
44Trace: CFtpControlSocket::OnReceive()
45Response: 215 MVS is the operating system of this server. FTP Server is running on z/OS.
46Trace: CFtpControlSocket::SendNextCommand()
47Command: FEAT
48Trace: CTlsSocket::OnRead()
49Trace: CFtpControlSocket::OnReceive()
50Response: 211- Extensions supported
51Response: MDTM
52Trace: CTlsSocket::OnRead()
53Trace: CFtpControlSocket::OnReceive()
54Response: AUTH TLS
55Response: PBSZ
56Response: PROT
57Response: 211 End
58Status: Server does not support non-ASCII characters.
59Trace: CFtpControlSocket::SendNextCommand()
60Command: PBSZ 0
61Trace: CTlsSocket::OnRead()
62Trace: CFtpControlSocket::OnReceive()
63Response: 200 Protection buffer size accepted
64Trace: CFtpControlSocket::SendNextCommand()
65Command: PROT P
66Trace: CTlsSocket::OnRead()
67Trace: CFtpControlSocket::OnReceive()
68Response: 200 Data connection protection set to private
69Status: Connected
70Trace: CFtpControlSocket::ResetOperation(0)
71Trace: CControlSocket::ResetOperation(0)
72Trace: CFileZillaEnginePrivate::ResetOperation(0)
73Trace: Measured latency of 19 ms
74Status: Retrieving directory listing...
75Trace: CFtpControlSocket::SendNextCommand()
76Trace: CFtpControlSocket::ChangeDirSend()
77Command: PWD
78Trace: CTlsSocket::OnRead()
79Trace: CFtpControlSocket::OnReceive()
80Response: 257 "'XXXXXX.'" is working directory.
81Trace: CFtpControlSocket::ResetOperation(0)
82Trace: CControlSocket::ResetOperation(0)
83Trace: CFtpControlSocket::ParseSubcommandResult(0)
84Trace: CFtpControlSocket::ListSubcommandResult()
85Trace: state = 1
86Trace: CFtpControlSocket::SendNextCommand()
87Trace: CFtpControlSocket::TransferSend()
88Trace: state = 1
89Command: TYPE I
90Trace: CTlsSocket::OnRead()
91Trace: CFtpControlSocket::OnReceive()
92Response: 200 Representation type is Image
93Trace: CFtpControlSocket::TransferParseResponse()
94Trace: code = 2
95Trace: state = 1
96Trace: CFtpControlSocket::SendNextCommand()
97Trace: CFtpControlSocket::TransferSend()
98Trace: state = 2
99Command: PASV
100Trace: CTlsSocket::OnRead()
101Trace: CFtpControlSocket::OnReceive()
102Response: 227 Entering Passive Mode (165,221,4,42,234,117)
103Trace: CFtpControlSocket::TransferParseResponse()
104Trace: code = 2
105Trace: state = 2
106Trace: CFtpControlSocket::SendNextCommand()
107Trace: CFtpControlSocket::TransferSend()
108Trace: state = 4
109Command: LIST
110Trace: CTransferSocket::OnConnect
111Trace: CTlsSocket::Handshake()
112Trace: Trying to resume existing TLS session.
113Trace: CTlsSocket::ContinueHandshake()
114Trace: CTlsSocket::OnSend()
115Trace: CTlsSocket::OnSend()
116Trace: CTlsSocket::OnRead()
117Trace: CTlsSocket::ContinueHandshake()
118Trace: CTlsSocket::OnRead()
119Trace: CFtpControlSocket::OnReceive()
120Response: 125 List started OK
121Trace: CFtpControlSocket::TransferParseResponse()
122Trace: code = 1
123Trace: state = 4
124Trace: CFtpControlSocket::SendNextCommand()
125Trace: CFtpControlSocket::TransferSend()
126Trace: state = 5
127Trace: CTlsSocket::OnRead()
128Trace: CTlsSocket::ContinueHandshake()
129Trace: TLS Handshake successful
130Trace: TLS Session resumed
131Trace: Protocol: TLS1.0, Key exchange: RSA, Cipher: ARCFOUR-128, MAC: SHA1
132Trace: CTransferSocket::OnConnect
133Trace: CTlsSocket::OnRead()
134Trace: CTlsSocket::OnRead()
135Trace: CTlsSocket::OnRead()
136Trace: CTransferSocket::OnReceive(), m_transferMode=0
137Trace: CTlsSocket::Failure(-110, 0)
138Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
139Status: Server did not properly shut down TLS connection
140Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
141Trace: CTransferSocket::TransferEnd(3)
142Trace: CFtpControlSocket::TransferEnd()
143Trace: CTlsSocket::OnRead()
144Trace: CFtpControlSocket::OnReceive()
145Response: 250 List completed successfully.
146Trace: CFtpControlSocket::TransferParseResponse()
147Trace: code = 2
148Trace: state = 7
149Trace: CFtpControlSocket::ResetOperation(2)
150Trace: CControlSocket::ResetOperation(2)
151Trace: CFtpControlSocket::ParseSubcommandResult(2)
152Trace: CFtpControlSocket::ListSubcommandResult()
153Trace: state = 3
154Trace: CFtpControlSocket::ResetOperation(2)
155Trace: CControlSocket::ResetOperation(2)
156Error: Failed to retrieve directory listing
157Trace: CFileZillaEnginePrivate::ResetOperation(2)