The Sftp type exposes the following members.

Events

  Name Description
Public event SftpConnectedEvent
Occurs after a successful connection to the SSH server.
Public event SftpDisconnectedEvent
Occurs after disconnecting from the SSH server.
Public event SftpDownloadEvent
Occurs after a file is downloaded.
Public event SftpListingEvent
Occurs after a remote directory listing is performed.
Public event SftpProgressEvent
Occurs periodically during a file transfer to mark it's progress.
Public event SftpUploadEvent
Occurs after a file is uploaded.

See Also