Occurs when a significant action occurs in Download(String, String) or Upload(String, String) methods.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Event BatchTransferProgress As EventHandler(Of ScpBatchTransferProgressEventArgs)
C#
public event EventHandler<ScpBatchTransferProgressEventArgs> BatchTransferProgress

Remarks

Use this to be informed about current suboperations.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also