Show / Hide Table of Contents

    Interface IFtpCommandActivator

    Activator for an FTP command.

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

    Methods

    | Improve this Doc View Source

    Create(FtpCommandHandlerContext)

    Gets information about the FTP command to be executed.

    Declaration
    FtpCommandSelection? Create(FtpCommandHandlerContext context)
    Parameters
    Type Name Description
    FtpCommandHandlerContext context

    The FTP command execution context.

    Returns
    Type Description
    Nullable<FtpCommandSelection>

    Information about the FTP command to be executed.

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