Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyServer.Open

TElSSHPublicKeyServer     See also     


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


This method tells SSH public-key subsystem server to begin negotiation

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    Call this method to make TElSSHPublicKeyServer begin the SSH public key subsystem handshake. You should call it when subsystem tunnel connection is ready.

After calling this method, the SSH public key subsystem server will try to establish the public key subsystem connection to client. The server interacts with a user calling OnSend and OnReceive events.

See also:     Close     OnSend     OnReceive    

Discuss this help topic in SecureBlackbox Forum