Get the help text for the specified command

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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