State of the Scp object.

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

Syntax

Visual Basic
Public Enumeration ScpState
C#
public enum ScpState

Members

Member nameDescription
Supported by the .NET Compact FrameworkDisconnected
Client is not connected.
Supported by the .NET Compact FrameworkConnecting
Connecting to server.
Supported by the .NET Compact FrameworkConnected
Server is ready and awaiting commands.
Supported by the .NET Compact FrameworkReady
Sending command to the server.
Supported by the .NET Compact FrameworkDisposed
Object is disposed and must not be used.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also