Rebex SFTP for .NET

SftpExceptionStatus Enumeration

Defines status codes for the SftpException class.

public enum SftpExceptionStatus

Members

Member Name Description
ConnectFailure The remote service point could not be contacted at the transport level.
ConnectionClosed The connection was prematurely closed.
SocketError The error at transport level occured.
NameResolutionFailure The name resolver service could not resolve the host name.
ProtocolError The response received from the server was complete but indicated a protocol-level error. For example, an SFTP protocol error 'File not found' would use this status.
ProxyNameResolutionFailure The name resolver service could not resolve the proxy host name.
OperationAborted The operation was aborted by a call to the AbortTransfer method.
UnclassifiableError An unclassifiable error occurred. This is the default value for Status.
ServerProtocolViolation The server response was not a valid SFTP response.
Timeout No response was received during the time-out period for a request.
AsyncError General exception in asynchronous call.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Sftp (in Rebex.Net.Sftp.dll)

See Also

Rebex.Net Namespace