Enum SftpError
SFTP error codes.
public enum SftpError
Fields
BadMessage = 5Invalid value or path too long.
Eof = 1End of file reached.
Failure = 4Operation failed.
NoSuchFile = 2File or directory not found.
None = 0No error.
PermissionDenied = 3Permission denied.
Unsupported = 8Operation not supported.