SFTP/Unix file permissions.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| OthersExecute | Others execute. | 1 |
| OthersWrite | Others write. | 2 |
| OthersRead | Others read. | 4 |
| GroupExecute | Group execute. | 8 |
| GroupWrite | Group write. | 16 |
| GroupRead | Group read. | 32 |
| OwnerExecute | Owner execute. | 64 |
| OwnerWrite | Owner write. | 128 |
| OwnerRead | Owner read. | 256 |
| Sticky | Sticky. | 512 |
| SetGid | Set GID bit. | 1024 |
| SetUid | Set UID bit. | 2048 |
Namespace: Rebex.Net
Assembly: Rebex.Net.Sftp (in Rebex.Net.Sftp.dll)