Discuss this help topic in SecureBlackbox Forum
SFTP: Lock and unlock parts of remote file
To lock or unlock a part (byte range) of a remote file, use Block and Unblock methods of TElSimpleSFTPClient class.
Note that byte range locking functionality appeared in SFTP Version 6.
The above methods are synchronous and return when the operation is completed.
For information about error handling, see the corresponding how-to article.