Description
This function changes an FTP user's password.
Warning:
- UAPI (recommended) —
Ftp::passwd
— This function changes an FTP account's password. - cPanel API 2 —
Ftp::passwd
— This function changes an FTP user's password.
Examples
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
user |
string |
Required The FTP username. |
A valid FTP username on the account. |
user |
pass |
string |
Required The FTP password. |
A secure password. |
12345luggage |
Returns
This function does not return output.