Ftp
FTP Accounts
Return FTP account's welcome message
This function retrieves the cPanel account's FTP welcome message.
Important:
When you disable the FTP role, the system disables this function.
get/Ftp/get_welcome_message
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_welcome_message",
"module": "Ftp",
"result": {
"data": "Greetings, Professor Falken.",
"status": 1
}
}