Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.Open

TElSimpleSFTPClient     


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


Initiates SFTP-connection (when in synchronous mode).

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open; override;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    Use this method to initiate SFTP connection.
    In case of error, EElSFTPError exception containing SFTP error code, is raised. For more information on error handling, please read the corresponding how-to article.
    Don't invoke this method from TElSSHClient and TElSftpClient event handlers.
    Use this method only for synchronous mode.

Discuss this help topic in SecureBlackbox Forum