Description
This function retrieves the extended information about the server's FTP daemon.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
name |
string |
The FTP server's name. |
|
pure-ftpd |
enabled |
Boolean |
Whether the server's FTP daemon is enabled. |
|
1 |
supports |
hash |
This hash contains the features that the FTP daemon supports. |
This hash includes the quota andlogin_without_domain returns. |
|
quota |
Boolean |
Whether the FTP daemon supports disk quotas. The function returns this value in thesupports hash. |
|
1 |
login_without_domain |
Boolean |
Whether the FTP daemon supports username authentication without the user's domain. The function returns this value in thesupports hash. |
|
0 |