Where is documentation for error codes?
For error codes you may mean:
- Exit codes of WinSCP executables;
- Error codes of specific protocol you are using with WinSCP.
Advertisement
Exit codes of WinSCP executables
Error codes of protocols
The SFTP and FTP protocols have standard set of error codes. The server should provide human readable description of the error along with the code, particularly for generic classes of error codes. In the error messages, WinSCP include both the error code and human readable description.
You can refer to standard set of error codes in the protocol specifications:
- SFTP: See SFTP status/error codes;
- FTP: See FTP server return codes.