type
TScSFTPServerOpenEvent = procedure(Sender: TObject; SFTPSessionInfo: TScSFTPSessionInfo) of object;
property OnOpen: TScSFTPServerOpenEvent;
Description
The OnOpen event occurs before opening a new SFTP session.
Parameters:
• | Sender - the object whose event handler is called. |
• | SFTPSessionInfo - contains the information about the current SFTP session. |