The Sftp type exposes the following members.

Events

  NameDescription
Public eventSupported by the .NET Compact FrameworkAuthenticationRequest
Occurs when an authentication request is received from the server that cannot be answered programmatically.
Public eventSupported by the .NET Compact FrameworkBannerReceived
Occurs when a banner message is received from the server.
Public eventSupported by the .NET Compact FrameworkBatchTransferProblemDetected Obsolete.
Public eventSupported by the .NET Compact FrameworkBatchTransferProgress Obsolete.
Public eventSupported by the .NET Compact FrameworkCommandSent
Occurs when a command is send to the server.
Public eventSupported by the .NET Compact FrameworkDeleteProgressChanged
Occurs when a significant action occurs in Delete method. Notifies the client about currently processing directory, currently deleting file and progress of the delete.
Public eventSupported by the .NET Compact FrameworkFingerprintCheck
Occurs when a fingerprint is received from the server and needs to be validated.
Public eventSupported by the .NET Compact FrameworkListItemReceived
Occurs when a file and directory listing item is received by GetList()()()(), GetRawList()()()(), GetNameList()()()() or GetItems methods.
Public eventSupported by the .NET Compact FrameworkProblemDetected
Occurs when a problem is detected in Download, Upload, Delete or GetItems methods, making it possible for the handler to choose a desired reaction.
Public eventSupported by the .NET Compact FrameworkResponseRead
Occurs when a response is received from the server.
Public eventSupported by the .NET Compact FrameworkStateChanged
Public eventSupported by the .NET Compact FrameworkTransferProgress Obsolete.
Public eventSupported by the .NET Compact FrameworkTransferProgressChanged
Occurs when a significant action occurs in Download, Upload methods. Notifies the client about currently processing directory, currently transferring file and progress of the transfer.
Public eventSupported by the .NET Compact FrameworkTraversing
Occurs when a significant action occurs in Download, Upload, Delete or GetItems methods. Notifies the client about traversing hierarchy structure.

Explicit Interface Implementations

See Also