Table of Contents

Enum SftpError

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

SFTP error codes.

public enum SftpError

Fields

BadMessage = 5

Invalid value or path too long.

Eof = 1

End of file reached.

Failure = 4

Operation failed.

NoSuchFile = 2

File or directory not found.

None = 0

No error.

PermissionDenied = 3

Permission denied.

Unsupported = 8

Operation not supported.