Sftp.ProblemDetected Event
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
Occurs when a problem is detected in Download, Upload, Delete or GetItems methods, making it possible for the handler to choose a desired reaction.
Syntax
public event EventHandler<SftpProblemDetectedEventArgs> ProblemDetected
Returns
| Type | Description |
|---|---|
| EventHandler<SftpProblemDetectedEventArgs> |