Get or Post request using serve webdav/http

Are we able to use fetch or curl to download or upload from serve webdav or http ?

Download is easy, that is just a GET request.

rclone serve http doesn't do upload.

rclone serve webdav does do upload with a PUT request.

There is a nice page showing how to do the various webdav ops with curl here: Using Curl commands with Webdav | QED42

1 Like

@ncw this answered my question perfectly! Thanks.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.