FTPCommand Class
Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Ftp command class
public class FTPCommand
Constructors
FTPCommand(string name, string content)
public FTPCommand(string name, string content)
No description available.
| Parameter | Type | Description |
|---|---|---|
name | string | |
content | string |
Fields
CommandName
public string CommandName
No description available.
CommandContent
public string CommandContent
No description available.