Error listing directory

Advertisement

shpeka
Guest

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.
Description: debug log from WinSCP

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

shpeka
Guest

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?

Reply with quote

Advertisement

You can post new topics in this forum