cwp_ftp_create
Create a new FTP account for a user by specifying username, password, optional root path, and quota.
Instructions
Create a new FTP account for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | FTP root path (optional) | |
| user | Yes | Username of the account | |
| quota | No | Quota in MB (optional) | |
| password | Yes | FTP password (minimum 6 characters) | |
| username | Yes | FTP username to create |