Internet Direct (Indy) Version 9.0.2 Beta
TIdTrivialFTPServer.OnTransferComplete
Specifies an event handler for completed TFTP transfers.

property OnTransferComplete: TTransferCompleteEvent;
Description
OnTransferComplete is a TTransferCompleteEvent event handler that allows a TrivialFTP server to respond to notifications that a file transfer method has been completed. OnTransferComplete allows the TFTP server to perform operations that may be required for the peer connection or data received on the connection.

An application must assign a procedure to the event handler to allow a response to the event notification. Note: If no user event handler exists, SourceStream is automatically freed.