Show / Hide Table of Contents

    Enum SecurityStatus

    The states of the FTP login state machine.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public enum SecurityStatus

    Fields

    Name Description
    Authenticated

    The user is authenticated. Authorization is needed.

    Authorized

    The user is authorized.

    NeedAccount

    An additional ACCT command is required to complete the authorization.

    NeedPassword

    User needs to issue a password.

    NeedSecurityData

    The AUTH command needs authentication data (ADAT).

    Unauthenticated

    Unauthenticated, either AUTH or USER is needed for authentication/authorization.

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