This section describes the REST-interface named: auth. There is a document about the REST interface in general: REST Server

REST Service: Auth

This section describes the REST-interface named: explorer. This gives you acces to user's virtual file system.

Quota and Server Information

Request:
GET /explorer
Response: ok 698616245 95 1301383755 305 2000000000 400 104857600 2097152

A simple HTTP GET /explorer reports general information of current user's virtual file system (VFS). The tag <usage> tells how many files and bytes are in use, what's free and the user's quota limits. Also there is a tag <upload>, which reports server's upload limits. The default is a filesize of 100 MByte and each upload chunk must not exceed 2 MByte.

File Browsing

Request:
GET /explorer/dir
Response: ok

Lorem ipsum

File Upload

Request:
GET /explorer/upload
Response: ok

Lorem ipsum: - quota aware file upload - chuncked file upload - check MD5 for each upload file (multiple uploads of same file are not allowed)

Manage Files and Folders