Ticket #10479: FileZilla_3.10.3

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

It's the log of FileZilla 3.10.3 and I can 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 98 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,26,20)
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::OnClose(0)
97Trace: CTransferSocket::TransferEnd(1)
98Trace: CFtpControlSocket::TransferEnd()
99Trace: CFtpControlSocket::OnReceive()
100Response: 226-Options: -a -l
101Response: 226 3 matches total
102Trace: CFtpControlSocket::TransferParseResponse()
103Trace: code = 2
104Trace: state = 7
105Trace: CFtpControlSocket::ResetOperation(0)
106Trace: CControlSocket::ResetOperation(0)
107Trace: CFtpControlSocket::ParseSubcommandResult(0)
108Trace: CFtpControlSocket::ListSubcommandResult()
109Trace: state = 3
110Listing: type=cdir;sizd=60;modify=20150529043016;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=cg386c; .
111Listing: type=pdir;sizd=60;modify=20150529043016;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=cg386c; ..
112Listing: type=dir;sizd=8192;modify=19691231190000;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=801g1; 16GB
113Trace: CFtpControlSocket::ResetOperation(0)
114Trace: CControlSocket::ResetOperation(0)
115Status: Directory listing of "/" successful
116Trace: CFileZillaEnginePrivate::ResetOperation(0)