ExFTPConnectionGetCommandHelp Method
Get the help text for the specified FTP command.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override string GetCommandHelp(
string command
)
Public Overrides Function GetCommandHelp (
command As String
) As String
public:
virtual String^ GetCommandHelp(
String^ command
) override
abstract GetCommandHelp :
command : string -> string
override GetCommandHelp :
command : string -> string
- command String
- Name of the FTP command to get help for.
StringHelp text from the server for the supplied command.