Internet Direct (Indy) Version 9.0.2 Beta
TIdFTP.Allocate
This method pre-allocates space on a FTP server before you upload a file.

procedure Allocate(AAllocateBytes: Integer);
Parameters
AAllocateBytes: Integer
The number of bytes that should be allocated

Description
This method pre-allocates space on a FTP server before you upload a file using the TIdFTP.Put method. We recommend that you use this command before attempting to upload a file. Some servers may require this command while others do not. If a server does not require this command, it should treat this command as if it you had called the TIdFTP.Noop method.