Discuss this help topic in SecureBlackbox Forum
This property specifies the size of the single upload request.
Declaration
[C#/Java]
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)
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