1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-02 08:33:50 +00:00
Files
rclone/backend/webdav
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
..