To use REST API commands, you need to ensure that you have opened the Artica WEB API service to your network.
Install the ProFTPD service
GET http://1.2.3.4:9503/proftpd/install
According that binaries are already stored on the Artica Box
Uninstall the ProFTPD service
GET http://1.2.3.4:9503/proftpd/uninstall
Get the ProFTPD service status
GET http://1.2.3.4:9503/proftpd/status
Status is stored in the Info token in an INI content
Restart the ProFTPD service
GET http://1.2.3.4:9503/proftpd/restart
Get service events
GET http://1.2.3.4:9503/proftpd/events/{search}/{max}
Where search is the search words inside the events log and max is the number of returned rows