Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.MinSizeForConcurrentDownload

TElSimpleFTPSClient     See also     


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


Specifies the minimal size of the downloaded file that makes concurrent download being used.

Declaration

[C#]
    long MinSizeForConcurrentDownload;

[VB.NET]
    Property MinSizeForConcurrentDownload As Long

[Pascal]
    property MinSizeForConcurrentDownload: Int64;

[C++]
    int64_t get_MinSizeForConcurrentDownload();
    void set_MinSizeForConcurrentDownload(int64_t Value);

[PHP]
    integer get_MinSizeForConcurrentDownload()
    void set_MinSizeForConcurrentDownload(integer $Value)

[Java]
    long getMinSizeForConcurrentDownload();
    void setMinSizeForConcurrentDownload(long Value);

Description

    Use this property to specify the minimal size of the downloaded file that makes concurrent download being used. The value of ConcurrentConnections property is ignored for smaller files.
    Default value is 5 MBytes.

See also:     ConcurrentConnections    

Discuss this help topic in SecureBlackbox Forum