Discuss this help topic in SecureBlackbox Forum
This property specifies the size of the buffers.
Declaration
[VB.NET]
Property SftpBufferSize As Integer
[Pascal]
property SftpBufferSize : integer;
[C++]
int32_t get_SftpBufferSize();
void set_SftpBufferSize(int32_t Value);
[PHP]
integer get_SftpBufferSize()
void set_SftpBufferSize(integer $Value)
[Java]
int getSftpBufferSize();
void setSftpBufferSize(int Value);
Description
Use this property to control the size of the internal buffers, used for data transfer. See
Increasing SFTP speed for details.
Discuss this help topic in SecureBlackbox Forum