SftpFileSytemInformation IsReadOnly Property SSH .NET Client Library Documentation
Gets a value indicating whether this instance is read only.

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

public bool IsReadOnly { get; }

Field Value

true if this instance is read only; otherwise, false.
See Also