Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum