Unix file permissions.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration FtpItemPermissions |
C# |
---|
[FlagsAttribute] public enum FtpItemPermissions |
Members
Member name | Description | |
---|---|---|
![]() | None | No permissions. |
![]() | OthersExecute | Others execute. |
![]() | OthersWrite | Others write. |
![]() | OthersRead | Others read. |
![]() | GroupExecute | Group execute. |
![]() | GroupWrite | Group write. |
![]() | GroupRead | Group read. |
![]() | OwnerExecute | Owner execute. |
![]() | OwnerWrite | Owner write. |
![]() | OwnerRead | Owner read. |
![]() | Sticky | Sticky. |
![]() | SetGid | Set GID bit. |
![]() | SetUid | Set UID bit. |