SFTP Object
 
Syntax
 
SFTP.SoSndBuf As Long
 
Description
Sets the send buffer size socket option. Normally, this property should be left unchanged. The default value is 262144.
This property can be increased if upload performance seems slow. It is recommended to be a multiple of 4096. Testing with sizes such as 512K and 1MB is reasonable.
 
See Also