Show / Hide Table of Contents

    Interface IFtpCommandInformation

    Generic information about an FTP command.

    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpCommandInformation

    Properties

    | Improve this Doc View Source

    IsAbortable

    Gets a value indicating whether this command is abortable.

    Declaration
    bool IsAbortable { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsLoginRequired

    Gets a value indicating whether a login is required to execute this command.

    Declaration
    bool IsLoginRequired { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Name

    Gets the name of the FTP command.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    • 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.