Description
This function changes an FTP account's quota.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Ftp::set_quota
— This function changes an FTP account's quota.
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 |
quota |
integer |
Required The new FTP account's quota. |
|
12345 |
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 |