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