CommandAsyncResult BytesReceived Property SSH .NET Client Library Documentation
Gets or sets the bytes received. If SFTP only file bytes are counted.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public int BytesReceived { get; set; }

Field Value

Total bytes received.
See Also