This function sets the FTP welcome message.
Important:
When you disable the FTP role, the system disables this function.
message required | string The cPanel account's new FTP welcome message. Example: message=Greetings, Professor Falken. |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username Ftp set_welcome_message message='Greetings, Professor Falken.'
{- "apiversion": 3,
- "func": "set_welcome_message",
- "module": "Ftp",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}