Rebex SFTP for .NET

SftpState Enumeration

State of the Sftp object.

public enum SftpState

Members

Member Name Description
DisconnectedClient is not connected.
ConnectingConnecting to server.
ConnectedServer is ready and awaiting commands.
ReadySending command to the server.
DisposedObject is disposed and must not be used.

Requirements

Namespace: Rebex.Net

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

See Also

Rebex.Net Namespace