Show / Hide Table of Contents

    Class UnixFileSystemProvider

    A file system provider that uses the Posix API.

    Inheritance
    Object
    UnixFileSystemProvider
    Implements
    IFileSystemClassFactory
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.Unix
    Assembly: FubarDev.FtpServer.FileSystem.Unix.dll
    Syntax
    public class UnixFileSystemProvider : IFileSystemClassFactory

    Constructors

    | Improve this Doc View Source

    UnixFileSystemProvider(IOptions<UnixFileSystemOptions>, IAccountDirectoryQuery, Nullable<ILogger<UnixFileSystemProvider>>)

    Initializes a new instance of the UnixFileSystemProvider class.

    Declaration
    public UnixFileSystemProvider(IOptions<UnixFileSystemOptions> options, IAccountDirectoryQuery accountDirectoryQuery, ILogger<UnixFileSystemProvider>? logger = default(ILogger<UnixFileSystemProvider>? ))
    Parameters
    Type Name Description
    IOptions<UnixFileSystemOptions> options

    The file system options.

    IAccountDirectoryQuery accountDirectoryQuery

    Interface to query account directories.

    Nullable<ILogger<UnixFileSystemProvider>> logger

    The logger for this file system.

    Methods

    | Improve this Doc View Source

    Create(IAccountInformation)

    Declaration
    public Task<IUnixFileSystem> Create(IAccountInformation accountInformation)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    Returns
    Type Description
    Task<IUnixFileSystem>

    Implements

    IFileSystemClassFactory
    • 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.