An NDoc Documented Class Library

FTPConnection.GetCommandHelp Method 

Get the help text for the specified FTP command.

public virtual 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace