SftpFile OwnerCanExecute Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether the owner can execute 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 OwnerCanExecute { get; set; }

Field Value

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