Show / Hide Table of Contents

    Class SystCommandHandler

    Implements the SYST command.

    Inheritance
    Object
    FtpCommandHandler
    SystCommandHandler
    Implements
    IFtpCommandHandler
    IFtpCommandBase
    IFeatureHost
    Inherited Members
    FtpCommandHandler.Names
    FtpCommandHandler.IsAbortable
    FtpCommandHandler.CommandContext
    FtpCommandHandler.FtpContext
    FtpCommandHandler.Connection
    FtpCommandHandler.Data
    FtpCommandHandler.ServerMessages
    FtpCommandHandler.GetSupportedFeatures(IFtpConnection)
    FtpCommandHandler.GetExtensions()
    FtpCommandHandler.T(String)
    FtpCommandHandler.T(String, Nullable<Object>[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.CommandHandlers
    Assembly: FubarDev.FtpServer.Commands.dll
    Syntax
    [FtpCommandHandler("SYST", false, false)]
    public class SystCommandHandler : FtpCommandHandler, IFtpCommandHandler, IFtpCommandBase, IFeatureHost

    Constructors

    | Improve this Doc View Source

    SystCommandHandler(IOptions<SystCommandOptions>)

    Initializes a new instance of the SystCommandHandler class.

    Declaration
    public SystCommandHandler(IOptions<SystCommandOptions> options)
    Parameters
    Type Name Description
    IOptions<SystCommandOptions> options

    Options for the SYST command.

    Properties

    | Improve this Doc View Source

    IsLoginRequired

    Declaration
    [Obsolete("Information about an FTP command handler can be queried through the IFtpCommandHandlerProvider service.")]
    public override bool IsLoginRequired { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    FtpCommandHandler.IsLoginRequired

    Methods

    | Improve this Doc View Source

    Process(FtpCommand, CancellationToken)

    Declaration
    public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    FtpCommand command
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<Nullable<IFtpResponse>>
    Overrides
    FtpCommandHandler.Process(FtpCommand, CancellationToken)

    Implements

    IFtpCommandHandler
    IFtpCommandBase
    IFeatureHost
    • 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.