Internet Direct (Indy) Version 9.0.2 Beta
TIdFTP.Quote
Implements execution of FTP commands not supported in this component.

function Quote(const ACommand: String): SmallInt;
Parameters
const ACommand: String
FTP command to be executed.

Returns
SmallInt - Result code from the FTP operation.

Description
Quote is a SmallInt function that implements execution of the literal FTP command specified in ACommand, and returns the result code from the operation. Quote is used to allow FTP commands that are site-specific or not implemented by the TIdFTP component. For example, Quote is used in TIdFTP to perform the FTP REST command.

Quote executes the string literal in ACommand using the inherited SendCmd method.