Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Error listing directory

Will see if other users face this issue as well.
shpeka

Re: Error listing directory

So, maybe do just some option for this case and do not drop connection after received response code 250 and send
CWD / command as do other FTP clients?
martin

Re: Error listing directory

The only allowed positive response code to PWD command is 257. Your server violates the specification by using a code 250.

PWD
250 "/" is the current directory.


See RFC 959:
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.
shpeka

Error listing directory

Try to login a specific FTP-server. WinSCP cannot obtain current remote directory from
remote FTP-server. The log file attached to this message.