|
FtpControlChannelCommand Method
|
Send FTP command to control channel.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic void Command(
string cmd
)
Public Sub Command (
cmd As String
)
public:
void Command(
String^ cmd
)
member Command :
cmd : string -> unit
View SourceParameters
- cmd String
- A String representing the command to send.
See Also