Get the help text for the specified FTP command.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual string GetCommandHelp( string command ) |
| Visual Basic |
|---|
Public Overridable Function GetCommandHelp ( _ command As String _ ) As String |
| Visual C++ |
|---|
public: virtual String^ GetCommandHelp( String^ command ) |
Parameters
- command
- Type: System..::..String
Name of the FTP command to get help for.