rclone:fix-webdav-base-path

Last commit made on 2022-06-08
Get this branch:
git clone -b fix-webdav-base-path https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-webdav-base-path
Repository:
lp:rclone

Recent commits

dfc5b04... by Nick Craig-Wood

webdav: add --webdav-base-path flag for unusual servers

See: https://forum.rclone.org/t/how-to-specify-a-webdav-backend-root-path-using-connection-string-syntax/31092

26db80c... by Nick Craig-Wood

ftp: revert to upstream github.com/jlaffaye/ftp from our fork

...now all of our patches have been merged #5810

9eb3470... by Nick Craig-Wood

Add Matthew Vernon to contributors

a449dd7... by Nick Craig-Wood

Add Jason Zheng to contributors

fc4fe33... by Nick Craig-Wood

Add Nick to contributors

e11bfac... by Matthew Vernon <email address hidden>

docs: note use of regexp filtering prevents directory optimisation

Discussed in the forum:
https://forum.rclone.org/t/rclone-regex-in-filter-causes-spurious-directory-catch-all-filter/30985

Signed-off-by: Matthew Vernon <email address hidden>

a9c49c5... by Jason Zheng <email address hidden>

ftp: add support for `disable_utf8` option - fixes #6209

8979337... by albertony <email address hidden>

Add Eric Wolf to contributors

7ffab5d... by Eric Wolf <email address hidden>

docs: clarify use of verbosity environment variable (#6208)

RCLONE_VERBOSE does not use a true/false setting, instead using a 0,1,2 setting.

3ccf222... by Nick <email address hidden>

sync: overlap check is now filter-sensitive

Previously, the overlap check was based on simple prefix checks of the source and destination paths. Now it actually checks whether the destination is excluded via any filter rule or a "--exclude-if-present"-file.