Interface IUnixOwner
Defines the owning user and group of an item.
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IUnixOwner
  Properties
| Improve this Doc View SourceGroup
Gets the group.
Declaration
string Group { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Owner
Gets the owner.
Declaration
string Owner { get; }
  Property Value
| Type | Description | 
|---|---|
| String |