You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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


  • No labels