function Size(const FileName: string): Int64;
Description
Call the Size method to retrieve a file size information for the specified file from the FTP server.
FileName is used as an argument when sending the FTP 'SIZE' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also