5.23.9 CHMOD

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

value

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------)