put_ftp_config
Update Freebox FTP configuration: enable/disable, set anonymous access, password, ports, and remote access settings.
Instructions
Update the FtpConfig
Error codes: internal_error, weak_password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | is the FTP server enabled | |
| allow_anonymous | No | can anonymous user log in | |
| allow_anonymous_write | No | can anonymous user write data | |
| password | No | user password | |
| allow_remote_access | No | enable ftp server remote access | |
| weak_password | No | is the ftp password weak (in this case remote access is disabled) | |
| port_ctrl | No | ftp control port to use for remote access | |
| port_data | No | ftp data port to use for remote access | |
| remote_domain | No | domain name to use for remote access |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||