Each request made to one of the URLs listed below is considered a command that is run against the server. Some commands require parameters, such as ‘username’ and ‘password’ to log in to the server. Other commands such as ‘pwd’ do not require a parameter. Commands are executed by making a request to the command's URLs. For example, the following request is sending a command to the server to list the contents of the current working directory:
https://192.168.1.100/list
This request sends a logout command to the server:
https://192.168.1.100/logout
Below is a list of supported commands. Each item details the URL to run the command, which parameters are supported and required, and whether or not the request can be made as a GET, POST, or either. All parameters are required unless noted otherwise.