Show / Hide Table of Contents

    Interface IFtpHost

    Information about an FTP host.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpHost

    Properties

    | Improve this Doc View Source

    AuthenticationMechanisms

    Gets the authentication mechanisms for this host.

    Declaration
    IEnumerable<IAuthenticationMechanism> AuthenticationMechanisms { get; }
    Property Value
    Type Description
    IEnumerable<IAuthenticationMechanism>
    | Improve this Doc View Source

    AuthorizationMechanisms

    Gets the authorization mechanisms for this host.

    Declaration
    IEnumerable<IAuthorizationMechanism> AuthorizationMechanisms { get; }
    Property Value
    Type Description
    IEnumerable<IAuthorizationMechanism>
    | Improve this Doc View Source

    Certificate

    Gets the certificate for this host.

    Declaration
    X509Certificate? Certificate { get; }
    Property Value
    Type Description
    Nullable<X509Certificate>
    | Improve this Doc View Source

    Info

    Gets the FTP host information as passed to the HOST command.

    Declaration
    HostInfo Info { get; }
    Property Value
    Type Description
    HostInfo
    • 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.