TFTPStatus

type TFTPStatus = procedure(Sender: TObject; Response: Boolean; Const Value: string) of object;

Unit
FTPsend

Description
Procedural type for OnStatus event. Sender is calling TFTPSend object. Value is FTP command or reply to this comand. (if it is reply, Response is True).