Occurs after a file is downloaded.
The event handler receives an argument of type ScpFileDownloadedEventArgs containing data related to this event. The following ScpFileDownloadedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Bytes | The total transferred bytes count. |
| Filename | The target filename. |
| Time | The total transfer time in ms. |
Scp Class | Jscape.Scp Namespace