procedure Help(const Command: string = ''; HelpInfo: TStrings = nil);
Description
Call the Help method to retrieve helpful information about FTP server capabilities.
Command is used as an argument when sending the FTP 'HELP' command to request more specific information.
The request result will be assigned to the HelpInfo object.
The response code received during execution of this command request is contained in the ReplyCode property.