Suppose a folder on the server named /folder/"quote containing some files.
Go to the folder named folder. The log file shows:
Code: Select all
CWD folder
250 Directory successfully changed.
PWD
257 "/folder"
Get directory
PORT ...
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Download
Waiting for server...
226 Directory send OK.
Now go to the folder named "quote. The log file shows:
Code: Select all
CWD "quote
250 Directory successfully changed.
PWD
257 "/folder/""quote"
TC gets the path /folder/ from 257 "/folder/""quote"
The folder /folder is already shown by TC, so TC does not retrieve the directory listing from server.
Press F2. The server log shows:
Code: Select all
Get directory
PORT ...
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Download
Waiting for server...
226 Directory send OK.
The breadcrumb bar has the same problem.
If the folder is named /folder/q"uote TC thinks the path is: /folder/q
Apparently TC simply retrieves the text between the first two double quote characters.
Server response: 257 "/folder/q""uote"
TC retrieves: /folder/q