Click or drag to resize

FtpControlChannelCommand Method

Send FTP command to control channel.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void Command(
	string cmd
)
View Source

Parameters

cmd  String
A String representing the command to send.
See Also