SftpPermissions Enum
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
SFTP/Unix file permissions.
Syntax
[Flags]
public enum SftpPermissions
Fields
| Name | Description |
|---|---|
| GroupExecute | Group execute. |
| GroupRead | Group read. |
| GroupWrite | Group write. |
| OthersExecute | Others execute. |
| OthersRead | Others read. |
| OthersWrite | Others write. |
| OwnerExecute | Owner execute. |
| OwnerRead | Owner read. |
| OwnerWrite | Owner write. |
| SetGid | Set GID bit. |
| SetUid | Set UID bit. |
| Sticky | Sticky. |