Show / Hide Table of Contents

    Enum SecurityActionResult

    Default status codes for the FTP security extensions according to RFC 2228.

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

    Fields

    Name Description
    CommandProtectionLevelDenied

    Command protection level denied for policy reasons.

    CommandProtectionLevelNotSupported

    Command protection level not supported by security mechanism.

    FailedSecurityCheck

    Failed security check (hash, sequence, etc).

    RequestDenied

    Request denied for policy reasons.

    RequestedProtLevelNotSupported

    Requested PROT level not supported by mechanism.

    RequestedSecurityMechanismOkay

    [ADAT=base64data]: This reply indicates that the requested security mechanism is ok, and includes security data to be used by the client to construct the next command.

    ResourceUnavailable

    Need some unavailable resource to process security.

    SecurityDataAcceptable

    [ADAT=base64data]: This reply indicates that the security data is acceptable, and more is required to complete the security data exchange.

    SecurityDataExchangeComplete

    Security data exchange complete.

    SecurityDataExchangeSuccessful

    [ADAT=base64data]: This reply indicates that the security data exchange completed successfully.

    UserLoggedIn

    User logged in, authorized by security data exchange.

    UsernameOkayNeedPassword

    Username okay, need password. Challenge is "....".

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