Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenCommand

TElIdSSHClientServerIOHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired when logical connection of a "command" type has been established.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOpenCommand : TSSHOpenCommandEvent;
    TSSHOpenCommandEvent = procedure(Sender: TObject; Connection: TElSSHTunnelConnection; const Command: string) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

Description

    This event passes the newly created TElSSHTunnelConnection object to user. Use this object to read input data for the Command and write Command output to it. This tunnel will be closed as soon as command execution is finished. This event is preceded by OnBeforeOpenCommand one.

SSHBlackbox contains classes which provide data transfer from the command to the client (TElShellSSHSubsystemHandler).

See also:     OnBeforeOpenCommand     OnOpenClientForwarding     OnOpenSubsystem     OnOpenX11Forwarding     OnOpenShell    

Discuss this help topic in SecureBlackbox Forum