Get the help text for the specified command

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

Syntax

C#
public virtual string Help(
	string command
)
Visual Basic
Public Overridable Function Help ( _
	command As String _
) As String
Visual C++
public:
virtual String^ Help(
	String^ command
)

Parameters

command
Type: System..::..String
name of the command to get help on

Return Value

help text from the server for the supplied command

See Also