Re: winscp.com returns error when listing directory but Windows native FTP client validly sees it
This has nothing to do with
The problem is that WinSCP does not work well with non-Unix-like systems, like yours:
https://winscp.net/tracker/49
https://winscp.net/eng/docs/faq_mainframe
CWD
vs cd
. CWD
is FTP protocol command. cd
is a common command in command-line FTP clients (both Windows ftp
and WinSCP) that internally maps to CWD
.
The problem is that WinSCP does not work well with non-Unix-like systems, like yours:
https://winscp.net/tracker/49
https://winscp.net/eng/docs/faq_mainframe