Discuss this help topic in SecureBlackbox Forum
This event is fired when shell connection has been established.
Declaration
Parameters
Description
This event is always preceded by
OnBeforeOpenShell
(which parameter
Accept is
True).
The OnOpenShell event passes the newly created TElSSHTunnelConnection object to the application.
After receiving
Connection object you can use
its
SendData,
SendText methods and
OnData event for data transfer from the shell to the client and back.
SSHBlackbox contains classes which provide such data transfer (TElShellSSHSubsystemHandler).