Description
This function changes an FTP user's password.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Ftp::passwd
— This function changes an FTP account's password.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameters |
Type |
Description |
Possible values |
Example |
user |
string |
Required The FTP account's username. |
Any valid username. |
user |
pass |
string |
Required The new password. |
Any valid password. |
12345luggage |
Returns
Return |
Type |
Description |
Possible values |
Example |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |