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. |
Example
CHMOD PATH(/folder) PERMISSIONS(RWX------)