Description
This function creates an FTP account.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Ftp::add_ftp
— This function creates an FTP account.
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. |
A valid username. |
user |
pass |
string |
Required The new password. |
A valid password. |
12345luggage |
quota |
integer |
The new FTP account's quota. |
|
12345 |
homedir |
string |
The path to the user's home directory. |
A valid path, relative to the account's home directory. |
userftp |
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 |