Interface IAccountDirectories
Well-known directories for a given account.
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IAccountDirectories
  Properties
| Improve this Doc View SourceHomePath
Gets the initial path for the account.
Declaration
string? HomePath { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<String> | 
Remarks
This path is always relative to the root path above.
/ will be used if the RootPath
is not set.
RootPath
Gets the FTP root path.
Declaration
string? RootPath { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<String> | 
Remarks
The root path is always relative to the file system root path. If this path is not set, the file systems root directory will be used.