ftp_create
Create an FTP account for a domain by providing username, password, and path type (domain, ftp, user, or custom). Supports custom paths and impersonation for administrative control.
Instructions
Create an FTP account.
Args: domain: Domain. user: FTP username (local part). password: FTP password. path_type: domain | ftp | user | custom custom_path: Required when path_type=custom. impersonate: Owning user. confirm: Required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| domain | Yes | ||
| confirm | No | ||
| password | Yes | ||
| path_type | No | domain | |
| custom_path | No | ||
| impersonate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |