The CHMOD command is used to change the permission of a directory or file on the SFTP server.
Syntax:
Command
Keyword
Value
Developer notes
CHMOD
PATH
value
Required. File path.
PERMISSIONS
Unix style permission of rwx for owner, group and other. Use a dash for no value.For example: rwxrwxrwx or rw-rw----.
Example
CHMOD PATH(/folder) PERMISSIONS(RWX------)