edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionGetCommandHelp Method

Get the help text for the specified FTP command.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override string GetCommandHelp(
	string command
)

Parameters

command  String
Name of the FTP command to get help for.

Return Value

String
Help text from the server for the supplied command.

See Also