type
TScSendLineEvent = procedure (Sender: TObject; const Line: string) of object;
property OnSendCommand: TScSendLineEvent;
Description
Occurs when the client has sent a command to the FTP server. This event can be used to log commands sent to the server.
Parameters:
• | Sender - the object that raised the event; |
• | Line - the FTP command sent to the server. |
See Also