I know that servers started with rclone http serve
have been historically read-only and only allow GET requests to fetch either indexpages for listing files/folders inside the directory or downloading files.
My question is if rclone would be open to support DELETE http requests or some API endpoint on HTTP server to allow remote deletion of files?
Implimenting this would allow people who use browsers to manage rclone storage to manage the storage.
It would also require rclone http serve
to not be read-only.
P.S> A upload feature would be great too but is not my point for this forum post.