type
TScReadLineEvent = procedure (Sender: TObject; const Line: string) of object;
property OnReadReply: TScReadLineEvent;
Description
Occurs when the client has received a response from the FTP server. This event can be used to log responses from the server.
Parameters:
• | Sender - the object that raised the event; |
• | Line - the response message from the FTP server. |
See Also