Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.DownloadBlockSize
This property specifies the size of the single download request.
Declaration
Description
Use this property to control the size of the single download request.
The servers don't limit download request size, however the buffer is allocated to store the requests, so the larger the value is, the larger memory block is needed.
See
Increasing SFTP speed for details.
To automatically adjust block size for optimal performace, use
AutoAdjustTransferBlock property.