Classes

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

Delegates

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