Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Open

TElSimpleFTPSClient     See also     


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


Initializes connection to the server.

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    Use this method to open new connection with the server. If connection fails the OnSSLError (OnError) is thrown.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum