This function sets the FTP welcome message.
Important:
When you disable the FTP role, the system disables this function.
uapi --output=jsonpretty \ --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
}
}