procedure Allocate(Size: integer);
Description
The Allocate method call pre-allocates space on an FTP server before uploading a file.
Size is used as an argument when sending the FTP 'ALLO' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also