C# Class FubarDev.FtpServer.FtpCommand

FTP command with argument
Exibir arquivo Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Property Type Description
Parse FtpCommand

Public Methods

Method Description
FtpCommand ( [ commandName, [ commandArgument ) : System

Initializes a new instance of the FtpCommand class.

ToString ( ) : string

Private Methods

Method Description
Parse ( [ command ) : FtpCommand

Method Details

FtpCommand() public method

Initializes a new instance of the FtpCommand class.
public FtpCommand ( [ commandName, [ commandArgument ) : System
commandName [ The command name
commandArgument [ The command argument
return System

ToString() public method

public ToString ( ) : string
return string