Discuss this help topic in SecureBlackbox Forum
Creates a byte-range lock on the file
Declaration
Parameters
LockMask values:
|
TSBSftpFileOpenAccess values
|
Return value
True if operation was completed successfully;
False otherwise.
Description
Use this method to create a byte-range lock on the file specified by the handle.
In case of error, EElSFTPError exception containing
SFTP error code, is raised.
For more information on error handling, please read the
corresponding how-to article.