SftpFileAttributes OwnerCanWrite Property SSH .NET Client Library Documentation
Gets a value indicating whether the owner can write into this file.

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

public bool OwnerCanWrite { get; set; }

Field Value

true if owner can write into this file; otherwise, false.
See Also