Upload
Upload files or folder to a server. The server musst repond with a successfull (2XX) status code for the command to succeed.
If the Upload method is Single or Single zipped, the Path must point to a file on the device.
For all other methods, the Path must point to a folder.
The request does contain a few extra fields:
- root: contains the provided Path
- count: contains the number of files uploaded.
(This will always be set to 1 or any "zipped" method) - zipped: will be "true" for any "zipped" method or "false" otherwise