Discuss this help topic in SecureBlackbox Forum

TElSSHServer.Open

TElSSHServer     See also     


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


This method tells SSH sever 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 TElSSHServer begin the SSH handshake. You should call it when the transport-layer connection is ready (e.g. TCP connection is established).

After calling this method the SSH server will try to establish the secure connection. It appears as a sequence of OnSend and OnReceive events.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum