Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.Close

TElSFTPServer     See also     


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


This method closes the Sftp connection

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Call this method to close the Sftp connection.

See also:     Open     OnClose    

Discuss this help topic in SecureBlackbox Forum