FTPCommand Class
NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: System.Net
Ftp command class
public class FTPCommand
Constructors
FTPCommand(string name, string content)
public FTPCommand(string name, string content)
Creates an FTP command from a name and its content.
Fields
CommandName
public string CommandName
The FTP command name (upper-cased).
CommandContent
public string CommandContent
The argument text that follows the command name.