Internet Direct (Indy) Version 9.0.2 Beta
TIdTrivialFTP.Create
Creates a new object instance.

constructor Create(AnOwner: TComponent); override;
Parameters
AnOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance, and creates a new TIdTrivialFTP component. Create sets the default port to the standard port number used for the TFTP protocol (IdPORT_TFTP). The constructor also sets TransferMode to tfOctet, RequestedBlockSize to 1500, and ReceiveTimeout to 4000.