Show / Hide Table of Contents

    Interface IFileSystemFeature

    File system feature.

    Namespace: FubarDev.FtpServer.Features
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFileSystemFeature

    Properties

    | Improve this Doc View Source

    CurrentDirectory

    Gets the current IUnixDirectoryEntry of the current Path.

    Declaration
    IUnixDirectoryEntry CurrentDirectory { get; }
    Property Value
    Type Description
    IUnixDirectoryEntry
    | Improve this Doc View Source

    FileSystem

    Gets or sets the IUnixFileSystem to use for the user.

    Declaration
    IUnixFileSystem FileSystem { get; set; }
    Property Value
    Type Description
    IUnixFileSystem
    | Improve this Doc View Source

    Path

    Gets or sets the current path into the FileSystem.

    Declaration
    Stack<IUnixDirectoryEntry> Path { get; set; }
    Property Value
    Type Description
    Stack<IUnixDirectoryEntry>
    • 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.