ftp_chmod
Set file or directory permissions on a remote FTP server using an octal mode (e.g., 755, 644), with optional recursive application.
Instructions
Change file or directory permissions (e.g., 755, 644)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Permission mode in octal format (e.g., '755', '644') | |
| path | Yes | Remote file or directory path | |
| recursive | No | Apply recursively to directory contents (default: false) | |
| connection | Yes | Connection name |