property ReadBlockSize: integer; default 65536;
Description
Use the ReadBlockSize property to determine the maximum size of the data block that will be sent as one query to the SFTP server when reading a file. Use this property to increase the application performance.
The default value is 65536.
See Also