Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.FTPBufferSize

TElSimpleFTPSClient     


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


Specifies the size of data channel chunk

Declaration

[C#]
    int FTPBufferSize;

[VB.NET]
    Property FTPBufferSize As Integer

[Pascal]
    property FTPBufferSize: Integer;

[C++]
    int32_t get_FTPBufferSize();
    void set_FTPBufferSize(int32_t Value);

[PHP]
    integer get_FTPBufferSize()
    void set_FTPBufferSize(integer $Value)

[Java]
    int getFTPBufferSize();
    void setFTPBufferSize(int Value);

Description

    Use this property to specify the size of the chunk used during datatransfer. Changing the chunk size may increase (or, on the contrary, decrease) the speed of file download/upload.
    Default value is 1024 bytes.

Discuss this help topic in SecureBlackbox Forum