Ticket #10479: FileZilla_3.11.0.1

File FileZilla_3.11.0.1, 4.2 KB (added by Hung, Chia-Ching, 9 years ago)

It's the log of FileZilla 3.11.0.1 and I can not see the contents of the FTP server.

Line 
1Status: Connecting to 192.168.1.254:21...
2Status: Connection established, waiting for welcome message...
3Trace: CFtpControlSocket::OnReceive()
4Response: 220 Welcome to FTP Server
5Trace: CFtpControlSocket::SendNextCommand()
6Command: AUTH TLS
7Trace: CFtpControlSocket::OnReceive()
8Response: 500 This security scheme is not implemented
9Trace: CFtpControlSocket::SendNextCommand()
10Command: AUTH SSL
11Trace: CFtpControlSocket::OnReceive()
12Response: 500 This security scheme is not implemented
13Status: Insecure server, it does not support FTP over TLS.
14Trace: CFtpControlSocket::SendNextCommand()
15Command: USER Test0001
16Trace: CFtpControlSocket::OnReceive()
17Response: 331 User Test0001 OK. Password required
18Trace: CFtpControlSocket::SendNextCommand()
19Command: PASS ********
20Trace: CFtpControlSocket::OnReceive()
21Response: 230 OK. Current directory is /
22Trace: CFtpControlSocket::SendNextCommand()
23Command: SYST
24Trace: CFtpControlSocket::OnReceive()
25Response: 215 UNIX Type: L8
26Trace: CFtpControlSocket::SendNextCommand()
27Command: FEAT
28Trace: CFtpControlSocket::OnReceive()
29Response: 211-Extensions supported:
30Response: EPRT
31Response: IDLE
32Response: MDTM
33Response: SIZE
34Response: REST STREAM
35Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
36Response: MLSD
37Response: UTF8
38Response: ESTA
39Response: PASV
40Response: EPSV
41Response: SPSV
42Response: ESTP
43Response: 211 End.
44Trace: CFtpControlSocket::SendNextCommand()
45Command: OPTS UTF8 ON
46Trace: CFtpControlSocket::OnReceive()
47Response: 200 OK, UTF-8 enabled
48Status: Connected
49Trace: CFtpControlSocket::ResetOperation(0)
50Trace: CControlSocket::ResetOperation(0)
51Trace: CFileZillaEnginePrivate::ResetOperation(0)
52Trace: Measured latency of 57 ms
53Status: Retrieving directory listing...
54Trace: CFtpControlSocket::SendNextCommand()
55Trace: CFtpControlSocket::ChangeDirSend()
56Command: PWD
57Trace: CFtpControlSocket::OnReceive()
58Response: 257 "/" is your current location
59Trace: CFtpControlSocket::ResetOperation(0)
60Trace: CControlSocket::ResetOperation(0)
61Trace: CFtpControlSocket::ParseSubcommandResult(0)
62Trace: CFtpControlSocket::ListSubcommandResult()
63Trace: state = 1
64Trace: CFtpControlSocket::SendNextCommand()
65Trace: CFtpControlSocket::TransferSend()
66Trace: state = 1
67Command: TYPE I
68Trace: CFtpControlSocket::OnReceive()
69Response: 200 TYPE is now 8-bit binary
70Trace: CFtpControlSocket::TransferParseResponse()
71Trace: code = 2
72Trace: state = 1
73Trace: CFtpControlSocket::SendNextCommand()
74Trace: CFtpControlSocket::TransferSend()
75Trace: state = 2
76Command: PASV
77Trace: CFtpControlSocket::OnReceive()
78Response: 227 Entering Passive Mode (192,168,1,254,198,199)
79Trace: CFtpControlSocket::TransferParseResponse()
80Trace: code = 2
81Trace: state = 2
82Trace: CFtpControlSocket::SendNextCommand()
83Trace: CFtpControlSocket::TransferSend()
84Trace: state = 4
85Command: MLSD
86Trace: CTransferSocket::OnConnect
87Trace: CFtpControlSocket::OnReceive()
88Response: 150 Accepted data connection
89Trace: CFtpControlSocket::TransferParseResponse()
90Trace: code = 1
91Trace: state = 4
92Trace: CFtpControlSocket::SendNextCommand()
93Trace: CFtpControlSocket::TransferSend()
94Trace: state = 5
95Trace: CTransferSocket::OnReceive(), m_transferMode=0
96Trace: CTransferSocket::TransferEnd(1)
97Trace: CFtpControlSocket::TransferEnd()
98Trace: CFtpControlSocket::OnReceive()
99Response: 226-Options: -a -l
100Response: 226 3 matches total
101Trace: CFtpControlSocket::TransferParseResponse()
102Trace: code = 2
103Trace: state = 7
104Trace: CFtpControlSocket::ResetOperation(0)
105Trace: CControlSocket::ResetOperation(0)
106Trace: CFtpControlSocket::ParseSubcommandResult(0)
107Trace: CFtpControlSocket::ListSubcommandResult()
108Trace: state = 3
109Listing: type=cdir;sizd=60;modify=20150529043016;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=cg386c; .
110Listing: type=pdir;sizd=60;modify=20150529043016;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=cg386c; ..
111Listing: type=dir;sizd=8192;modify=19691231190000;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=801g1; 16GB
112Trace: CFtpControlSocket::ResetOperation(0)
113Trace: CControlSocket::ResetOperation(0)
114Status: Directory listing of "/" successful
115Trace: CFileZillaEnginePrivate::ResetOperation(0)