This function retrieves the extended information about the server's FTP daemon.
uapi --output=jsonpretty \ --user=username \ Ftp \ get_ftp_daemon_info
{- "apiversion": 3,
- "func": "get_ftp_daemon_info",
- "module": "Ftp",
- "result": {
- "data": {
- "enabled": 1,
- "name": "pure-ftpd",
- "supports": {
- "login_without_domain": 0,
- "quota": 1
}
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}