Classes
Class | Description | |
---|---|---|
![]() |
Sftp |
Implements the basic functionality of a SFTP client.
|
![]() |
SftpAuthenticationException |
Exception thrown when authentication fails with ssh server.
|
![]() |
SftpConnectedEventArgs |
The SFTP connected event args.
|
![]() |
SftpDisconnectedEventArgs |
The SFTP disconnected event args.
|
![]() |
SftpDownloadEventArgs |
The SFTP file download event args.
|
![]() |
SftpException |
The general SFTP protocol error.
|
![]() |
SftpFileNotFoundException |
Exception thrown when file or directory cannot be found.
|
![]() |
SftpListingEventArgs |
The SFTP directory listing event args.
|
![]() |
SftpPermissionsDeniedException |
Exception thrown when permission to access a resource is denied.
|
![]() |
SftpProgressEventArgs |
The SFTP file transfer progress event args.
|
![]() |
SftpUploadEventArgs |
The SFTP file upload event args.
|
Delegates
Delegate | Description | |
---|---|---|
![]() |
Sftp..::..SftpConnectedEventHandler |
Represents the method that will handle the
SftpConnectedEvent event of Sftp.
|
![]() |
Sftp..::..SftpDisconnectedEventHandler |
Represents the method that will handle the
SftpDisconnectedEvent event of Sftp.
|
![]() |
Sftp..::..SftpDownloadEventHandler |
Represents the method that will handle the
SftpDownloadEvent event of Sftp.
|
![]() |
Sftp..::..SftpListingEventHandler |
Represents the method that will handle the
SftpListingEvent event of Sftp.
|
![]() |
Sftp..::..SftpProgressEventHandler |
Represents the method that will handle the
SftpProgressEvent event of Sftp.
|
![]() |
Sftp..::..SftpUploadEventHandler |
Represents the method that will handle the
SftpUploadEvent event of Sftp.
|