type
TScSFTPServerCloseEvent = procedure(Sender: TObject; SFTPSessionInfo: TScSFTPSessionInfo) of object;
property OnClose: TScSFTPServerCloseEvent;
Description
The OnClose event occurs after an SFTP session is closed.
Parameters:
• | Sender - the object whose event handler is called. |
• | SFTPSessionInfo - contains the information about the current SFTP session. |