An NDoc Documented Class Library

ExFTPConnection.GetCommandHelp Method 

Get the help text for the specified FTP command.

public override string GetCommandHelp(
   string command
);

Parameters

command
Name of the FTP command to get help for.

Return Value

Help text from the server for the supplied command.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace