Occurs after a file is uploaded.
The event handler receives an argument of type ScpFileUploadedEventArgs containing data related to this event. The following ScpFileUploadedEventArgs 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