Occurs when data is send or received.
The event handler receives an argument of type SftpTransferProgressEventArgs containing data related to this event. The following SftpTransferProgressEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| BytesSinceLastEvent | Gets the number of bytes transferred during the current transfer since the last time the event was raised. |
| BytesTransferred | Gets the total number of bytes transferred during the current transfer. |
| Finished | Gets the value indicating whether the transfer has finished. |
| Id | Gets the user-defined state object specified in a call to Begin... method. |
| State | Gets the transfer state. |
Sftp Class | Rebex.Net Namespace