Occurs when data is send or received.
The event handler receives an argument of type FtpTransferProgressEventArgs containing data related to this event. The following FtpTransferProgressEventArgs 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. |
| BytesTransfered | Gets the total number of bytes transferred during the current transfer. |
| State | Gets the transfer state. |
Ftp Class | Rebex.Net Namespace