SSH Factory for .NET

Jscape.Scp Namespace

Namespace hierarchy

Classes

Class Description
Scp Implements the basic functionality of an SCP (Secure Copy) client over SSH2 protocol.
ScpAuthenticationException Exception thrown when authentication fails with scp server.
ScpConnectedEventArgs Connected event args.
ScpDisconnectedEventArgs Disconnected event args.
ScpException SCP error.
ScpFileDownloadedEventArgs Scp file downloaded event args
ScpFileUploadedEventArgs File uploaded event args.
ScpTransferCompletedEventArgs The SCP transfer completed event args.
ScpTransferProgressEventArgs The SCP transfer progress event args.

Delegates

Delegate Description
Scp.ScpConnectedEventHandler Represents the method that will handle the ScpConnectedEvent event of Scp.
Scp.ScpDisconnectedEventHandler Represents the method that will handle the ScpDisconnectedEvent event of Scp.
Scp.ScpDownloadEventHandler Represents the method that will handle the ScpDownloadEvent event of Scp.
Scp.ScpProgressEventHandler Represents the method that will handle the ScpProgressEvent event of Scp.
Scp.ScpUploadEventHandler Represents the method that will handle the ScpUploadEvent event of Scp.