Interface IUnixPermissions
Unix file system entry permissions.
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IUnixPermissions
Properties
| Improve this Doc View SourceGroup
Gets the group permissions.
Declaration
IAccessMode Group { get; }
Property Value
Type | Description |
---|---|
IAccessMode |
Other
Gets the other permissions.
Declaration
IAccessMode Other { get; }
Property Value
Type | Description |
---|---|
IAccessMode |
User
Gets the user permissions.
Declaration
IAccessMode User { get; }
Property Value
Type | Description |
---|---|
IAccessMode |