SftpFileAttributes Size Property SSH .NET Client Library Documentation
Gets or sets the size, in bytes, of the current file.

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

public long Size { get; set; }

Field Value

The size of the current file in bytes.
See Also