Scp.BatchTransferProgress Event
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Occurs when a significant action occurs in Download(String, String) or Upload(String, String) methods.
Syntax
public event EventHandler<ScpBatchTransferProgressEventArgs> BatchTransferProgress
Returns
Type | Description |
---|---|
EventHandler<ScpBatchTransferProgressEventArgs> |
Remarks
Use this to be informed about current suboperations.