Discuss this help topic in SecureBlackbox Forum

TElSftpClient.UploadBlockSize

TElSftpClient     See also     


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


This property specifies the size of the single upload request.

Declaration

[C#]
    int UploadBlockSize;

[VB.NET]
    Property UploadBlockSize As Integer

[Pascal]
    property UploadBlockSize : integer;

[C++]
    int32_t get_UploadBlockSize();
    void set_UploadBlockSize(int32_t Value);

[PHP]
    integer get_UploadBlockSize()
    void set_UploadBlockSize(integer $Value)

[Java]
    int getUploadBlockSize();
    void setUploadBlockSize(int Value);

Description

    Use this property to control the size of the single upload request. See Increasing SFTP speed for details.

See also:     DownloadBlockSize     SftpBufferSize    

Discuss this help topic in SecureBlackbox Forum