procedure Account(const AAccountInfo: string);
Description
Call the Account method to provide additional account information for the connection to the FTP server.
AAccountInfo is used as an argument when sending the FTP 'ACCT' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also