This function kills FTP sessions.
Important:
When you disable the FTP Role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Ftp \ kill_session
{- "apiversion": 3,
- "func": "kill_session",
- "module": "Ftp",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}