> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/filesystem-operations.md).

# Filesystem Operations

- [Listing files/folders](https://developers.couchdrop.io/filesystem-operations/managing-files.md)
- [Downloading a file](https://developers.couchdrop.io/filesystem-operations/downloading-a-file.md): How to stream a file with Couchdrop
- [Uploading a File](https://developers.couchdrop.io/filesystem-operations/uploading-a-file.md): Uploading a file is the most common use case for our API. Files are uploaded in binary form as the post body.
- [Rename files/folders](https://developers.couchdrop.io/filesystem-operations/managing-files-1.md)
- [Deleting files/folders](https://developers.couchdrop.io/filesystem-operations/managing-files-2.md)
- [Create a folder](https://developers.couchdrop.io/filesystem-operations/managing-folders.md)
