Ticket #4036: Trailing-Slash-Debug.txt

File Trailing-Slash-Debug.txt, 2.7 KB (added by handreasson, 15 years ago)
Line 
1
2DEBUG Output when connecting to a server that uses and requires trailing slashes in it's directory names (for some directory access operations):
3
4Status: Connecting to 10.82.9.21:21...
5Status: Connection established, waiting for welcome message...
6Trace: CFtpControlSocket::OnReceive()
7Response: 220 10.82.9.21 PacketShaper FTP server ready.
8Trace: CFtpControlSocket::SendNextCommand()
9Command: USER handreasson
10Trace: CFtpControlSocket::OnReceive()
11Response: 331 handreasson login ok, send PacketShaper touch password.
12Trace: CFtpControlSocket::SendNextCommand()
13Command: PASS *********
14Trace: CFtpControlSocket::OnReceive()
15Response: 230 User handreasson logged in.
16Trace: CFtpControlSocket::SendNextCommand()
17Command: SYST
18Trace: CFtpControlSocket::OnReceive()
19Response: 215 UNIX Type: L8
20Trace: CFtpControlSocket::SendNextCommand()
21Command: FEAT
22Trace: CFtpControlSocket::OnReceive()
23Response: 500 'FEAT': command not understood.
24Status: Connected
25Trace: CFtpControlSocket::ResetOperation(0)
26Trace: CControlSocket::ResetOperation(0)
27Status: Retrieving directory listing...
28Trace: CFtpControlSocket::SendNextCommand()
29Trace: CFtpControlSocket::ChangeDirSend()
30Command: PWD
31Trace: CFtpControlSocket::OnReceive()
32Response: 257 "9.256/" is current directory.
33Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p13482d8
34Trace: CFtpControlSocket::ResetOperation(2)
35Trace: CControlSocket::ResetOperation(2)
36Trace: CFtpControlSocket::ParseSubcommandResult(2)
37Trace: CFtpControlSocket::ListSubcommandResult()
38Trace: CFtpControlSocket::SendNextCommand()
39Trace: CFtpControlSocket::ChangeDirSend()
40Command: PWD
41Trace: CFtpControlSocket::OnReceive()
42Response: 257 "9.256/" is current directory.
43Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p13482d8
44Trace: CFtpControlSocket::ResetOperation(2)
45Trace: CControlSocket::ResetOperation(2)
46Trace: CFtpControlSocket::ParseSubcommandResult(2)
47Trace: CFtpControlSocket::ListSubcommandResult()
48Trace: CFtpControlSocket::ResetOperation(2)
49Trace: CControlSocket::ResetOperation(2)
50Error: Failed to retrieve directory listing
51
52
53
54
55
56DEBUG Output generated after typing "/9.258/" in the "Remote site:" field:
57
58Status: Retrieving directory listing...
59Trace: CFtpControlSocket::SendNextCommand()
60Trace: CFtpControlSocket::ChangeDirSend()
61Command: CWD /9.258
62Trace: CFtpControlSocket::OnReceive()
63Response: 550 9.258: no such device or address.
64Trace: CFtpControlSocket::ResetOperation(2)
65Trace: CControlSocket::ResetOperation(2)
66Trace: CFtpControlSocket::ParseSubcommandResult(2)
67Trace: CFtpControlSocket::ListSubcommandResult()
68Trace: CFtpControlSocket::ResetOperation(2)
69Trace: CControlSocket::ResetOperation(2)
70Error: Failed to retrieve directory listing
71
72
73
74
75
76