Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.SetAttributesByHandle
Sets the attributes for the specified opened file
Declaration
Parameters
Return value
Returns True if the operation was completed successfully, and False otherwise.
Description
Use this method to set the attributes for the specified opened file.
You need to set the attributes via the Attributes parameter.
You also have to adjust the Attributes.IncludedAttributes property.
In case of error, EElSFTPError exception containing the SFTP error code, is raised.
For more information on error handling, please read the corresponding how-to article.