Initializes a new instance of the ScpDownloadEventArgs class.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- filename
- Type:
System String
The downloaded filename.
- size
- Type:
System Int64
The downloaded file size.
- downloaded
- Type:
System Int64
The number of downloaded bytes so far.
See Also