Initializes a new instance of the ScpUploadEventArgs 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 uploaded filename.
- size
- Type:
System Int64
The the uploaded file size.
- uploaded
- Type:
System Int64
The number of uploaded bytes so far.
See Also