ftp_chmod
Change remote file permissions on SFTP connections by specifying a path and octal mode (e.g., 755 or 644).
Instructions
Change remote file permissions. CRITICAL: Only supported on SFTP connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Standard octal permission string (e.g., '755' for executable, '644' for read-write). | |
| path | Yes | Remote file path to modify. |