Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ConcurrentConnections

TElSimpleFTPSClient     See also     


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


Specifies the maximal number of concurrent connections.

Declaration

[C#]
    int ConcurrentConnections;

[VB.NET]
    Property ConcurrentConnections As Integer

[Pascal]
    property ConcurrentConnections: Integer;

[C++]
    int32_t get_ConcurrentConnections();
    void set_ConcurrentConnections(int32_t Value);

[PHP]
    integer get_ConcurrentConnections()
    void set_ConcurrentConnections(integer $Value)

[Java]
    int getConcurrentConnections();
    void setConcurrentConnections(int Value);

Description

    Use this property to specify the maximal number of concurrent connections opened by a Receive method. The feature is not available if the server does not support file size requests.
    Default value is 1 (the download is performed using only the current connection, no additional connections are opened).

See also:     MinSizeForConcurrentDownload    

Discuss this help topic in SecureBlackbox Forum