edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Get the help text for the specified FTP command.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override string GetCommandHelp(
	string command
)
Visual Basic
Public Overrides Function GetCommandHelp ( _
	command As String _
) As String
Visual C++
public:
virtual String^ GetCommandHelp(
	String^ command
) override

Parameters

command
Type: System..::..String
Name of the FTP command to get help for.

Return Value

Help text from the server for the supplied command.

See Also