Re: Error listing directory
This issue has been added to the tracker:
https://winscp.net/tracker/1768
You can vote for it there.
https://winscp.net/tracker/1768
You can vote for it there.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
The only allowed positive response code toPWD
command is 257. Your server violates the specification by using a code 250.
PWD
250 "/" is the current directory.
CWD /
command as do other FTP clients?
PWD
command is 257. Your server violates the specification by using a code 250.
PWD
250 "/" is the current directory.
Essentially because the PWD command returns the same type of
information as the successful MKD command, the successful PWD
command uses the 257 reply code as well.