Restful service for a remote control of a Debian based linux machine. Access the remote machine via ssh so no additional software has to be installed.
Provides methods to connect and disconnect to a ssh session
/account/login
initiates the ssh session
body { host: '', user: '', password: '<password' }
/account/logout
closes the logout
/filemanager/ls/{directory}
directory: absolute encoded path to the directory to be listed
/filemanager/mkdir/{directory}
directory: absolute encoded path to the directory to be created
/filemanager/rename/{oldName}/{newName}
oldName: absolute encoded path to the current directory/file newName: absolute encoded path to the new directory/file