Occurs periodically during a file transfer to mark it's progress.
The event handler receives an argument of type ScpTransferProgressEventArgs containing data related to this event. The following ScpTransferProgressEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Bytes | The total transferred bytes count. |
| Filename | The target filename. |
| Mode | The transfer mode. |
| TotalBytes | The total bytes to transfer. |
Scp Class | Jscape.Scp Namespace