Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Close

TElSimpleFTPSClient     See also     


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


Closes connection to the server

Declaration

[C#]
    void Close(bool Silent);

[VB.NET]
    Sub Close(ByVal Silent As Boolean)

[Pascal]
    procedure Close (Silent: boolean = false);

[C++]
    void Close(bool Silent);

[PHP]
    void Close(bool $Silent)

[Java]
    void close(boolean Silent);

Parameters

  • Silent - set this parameter to True for non-graceful closure

Description

    Use this method to close FTP connection.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum