Ticket #3904: dirlistfail.txt

File dirlistfail.txt, 4.0 KB (added by murrayd, 15 years ago)
Line 
1FZ log:
2
320:34:00 Status: Connecting to 192.188.xxx.xxx:5599...
420:34:00 Status: Connection established, waiting for welcome message...
520:34:00 Trace: CFtpControlSocket::OnReceive()
620:34:00 Response: 220 Serv-U FTP Server v6.1 for WinSock ready...
720:34:00 Trace: CFtpControlSocket::SendNextCommand()
820:34:00 Command: USER xxxxx
920:34:01 Trace: CFtpControlSocket::OnReceive()
1020:34:01 Response: 331 User name okay, need password.
1120:34:01 Trace: CFtpControlSocket::SendNextCommand()
1220:34:01 Command: PASS *****
1320:34:01 Trace: CFtpControlSocket::OnReceive()
1420:34:01 Response: 230 User logged in, proceed.
1520:34:01 Status: Connected
1620:34:01 Trace: CFtpControlSocket::ResetOperation(0)
1720:34:01 Trace: CControlSocket::ResetOperation(0)
1820:34:01 Status: Retrieving directory listing...
1920:34:01 Trace: CFtpControlSocket::SendNextCommand()
2020:34:01 Trace: CFtpControlSocket::ChangeDirSend()
2120:34:01 Command: PWD
2220:34:01 Trace: CFtpControlSocket::OnReceive()
2320:34:01 Response: 257 "/" is current directory.
2420:34:01 Trace: CFtpControlSocket::ResetOperation(0)
2520:34:01 Trace: CControlSocket::ResetOperation(0)
2620:34:01 Trace: CFtpControlSocket::ParseSubcommandResult(0)
2720:34:01 Trace: CFtpControlSocket::ListSubcommandResult()
2820:34:01 Trace: CFtpControlSocket::SendNextCommand()
2920:34:01 Trace: CFtpControlSocket::TransferSend()
3020:34:01 Command: TYPE I
3120:34:01 Trace: CFtpControlSocket::OnReceive()
3220:34:01 Response: 200 Type set to I.
3320:34:01 Trace: CFtpControlSocket::TransferParseResponse()
3420:34:01 Trace: CFtpControlSocket::SendNextCommand()
3520:34:01 Trace: CFtpControlSocket::TransferSend()
3620:34:01 Command: PASV
3720:34:01 Trace: CFtpControlSocket::OnReceive()
3820:34:01 Response: 227 Entering Passive Mode (192,188,244,18,6,120)
3920:34:01 Trace: CFtpControlSocket::TransferParseResponse()
4020:34:01 Trace: CFtpControlSocket::SendNextCommand()
4120:34:01 Trace: CFtpControlSocket::TransferSend()
4220:34:01 Command: LIST
4320:34:01 Trace: CTransferSocket::OnConnect
4420:34:01 Trace: CFtpControlSocket::OnReceive()
4520:34:01 Response: 150 Opening ASCII mode data connection for /bin/ls.
4620:34:01 Trace: CFtpControlSocket::TransferParseResponse()
4720:34:01 Trace: CFtpControlSocket::SendNextCommand()
4820:34:01 Trace: CFtpControlSocket::TransferSend()
4920:34:01 Error: Could not read from transfer socket: ECONNRESET - Connection reset by peer
5020:34:01 Trace: CTransferSocket::TransferEnd(3)
5120:34:01 Trace: CFtpControlSocket::TransferEnd()
5220:34:01 Trace: CFtpControlSocket::OnReceive()
5320:34:01 Response: 226 Transfer complete.
5420:34:01 Trace: CFtpControlSocket::TransferParseResponse()
5520:34:01 Trace: CFtpControlSocket::ResetOperation(2)
5620:34:01 Trace: CControlSocket::ResetOperation(2)
5720:34:01 Trace: CFtpControlSocket::ParseSubcommandResult(2)
5820:34:01 Trace: CFtpControlSocket::ListSubcommandResult()
5920:34:01 Trace: CFtpControlSocket::ResetOperation(2)
6020:34:01 Trace: CControlSocket::ResetOperation(2)
6120:34:01 Error: Failed to retrieve directory listing
62
63
64FlashFXP log:
65
66WinSock 2.0 -- OpenSSL 0.9.8g 19 Oct 2007
67[R] Connecting to 192.188.xxx.xxx -> IP=192.188.xxx.xxx PORT=5599
68[R] Connected to 192.188.xxx.xxx
69[R] 220 Serv-U FTP Server v6.1 for WinSock ready...
70[R] USER xxxxx
71[R] 331 User name okay, need password.
72[R] PASS (hidden)
73[R] 230 User logged in, proceed.
74[R] SYST
75[R] 215 UNIX Type: L8
76[R] FEAT
77[R] 211-Extension supported
78[R] CLNT
79[R] MDTM
80[R] MDTM YYYYMMDDHHMMSS[+-TZ];filename
81[R] SIZE
82[R] SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
83[R] REST STREAM
84[R] XCRC filename;start;end
85[R] MODE Z
86[R] MLST Type*;Size*;Create;Modify*;Win32.ea*;
87[R] 211 End
88[R] CLNT FlashFXP 3.6.0.1240
89[R] 200 Noted.
90[R] PWD
91[R] 257 "/" is current directory.
92[R] TYPE A
93[R] 200 Type set to A.
94[R] MODE Z
95[R] 200 MODE Z ok.
96[R] PASV
97[R] 227 Entering Passive Mode (192,188,xxx,xxx,11,177)
98[R] Opening data connection IP: 192.188.xxx.xxx PORT: 2993
99[R] MLSD
100[R] 150 Opening BINARY mode data connection for MLSD.
101[R] 226 Transfer complete.
102[R] List Complete: 4 KB in 0,86 seconds (4,9 KB/s)