couchdrop-api
Search…
couchdrop-api
General Settings
Managing Users
Managing Files
Downloading a file
Uploading a File
Managing Folders
Managing Shared Links
Webhooks
Using webhooks
Powered By
GitBook
Managing Files
List files and folders
Listing files and folder can be done using the LS and LSTAT calls. These designed to mimic the the unix filesystem methods.
post
https://fileio.couchdrop.io
/file/lstat
/file/lstat
post
https://fileio.couchdrop.io
/file/ls
/file/ls
Renaming a file
post
https://fileio.couchdrop.io
/file/rename
/file/rename
Removing a file
post
https://fileio.couchdrop.io
/file/remove
/file/remove
Previous
Managing Users
Next
Downloading a file
Last modified
1yr ago
Copy link
Contents
List files and folders
post
/file/lstat
post
/file/ls
Renaming a file
post
/file/rename
Removing a file
post
/file/remove