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