Mkdir
Authentication Methods \
- With a username and password
Input Parameter |
Type |
Description |
Token |
String |
Security token |
FileServerName |
String |
FileServer name |
Path |
String |
Foldername to create |
Output Parameter |
Type |
Description |
Success |
Boolean |
True on success, False on failure |
EXAMPLES
curl 'https://storage.example.com/storage/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=mkdir&FileserverName=FileserverName&Path=%2Fabc%2Fnewdirectory%2F'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>