1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
darix
3cd07af85b webdav: nextcloud chunking: add more guidance for the user to check the config 2023-07-10 14:38:17 +01:00
Paul
73d1b72bd7 webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error
Fix https://github.com/rclone/rclone/issues/7103

Before this change the RegExp validating the endpoint URL was a bit
too strict allowing only /dav/files/USER due to chunking limitations.

This patch adds back support for /dav/files/USER/dir/subdir etc.

Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2023-07-06 10:47:19 +01:00
Paul
07afb9e700 webdav: add chunking helper file 2023-03-17 11:09:08 +00:00