Show / Hide Table of Contents

    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 Source

    HomePath

    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.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.