Show / Hide Table of Contents

    Class FtpCommand

    FTP command with argument.

    Inheritance
    Object
    FtpCommand
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public sealed class FtpCommand

    Constructors

    | Improve this Doc View Source

    FtpCommand(String, Nullable<String>)

    Initializes a new instance of the FtpCommand class.

    Declaration
    public FtpCommand(string commandName, string? commandArgument)
    Parameters
    Type Name Description
    String commandName

    The command name.

    Nullable<String> commandArgument

    The command argument.

    Properties

    | Improve this Doc View Source

    Argument

    Gets the command argument.

    Declaration
    public string Argument { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Name

    Gets the command name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Parse(String)

    Splits the command into the name and its arguments.

    Declaration
    public static FtpCommand Parse(string command)
    Parameters
    Type Name Description
    String command

    The command to split into name and arguments.

    Returns
    Type Description
    FtpCommand

    The created FtpCommand.

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • 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.