Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPServer.HelpReply
Specifies text values sent in a response to the FTP HELP command.

property HelpReply: TStrings;
Description
HelpReply is a TStrings property that contains the textual value sent to an FTP client connection in response to the FTP HELP command. HelpReply is used as the values for the normal reply in the TIdCommandHandler for the FTP HELP command.

HelpReply contents are sent in responses using the Control channel for the client connection.

Applications should assign lines of text to the property that indicate the FTP commands supported in the server implementation, or to provide site-specific implementation status information.