rclone/backend/webdav
Nick Craig-Wood c94edbb76b webdav: nextcloud: implement backoff and retry for 423 LOCKED errors
When uploading chunked files to nextcloud, it gives a 423 error while
it is merging files.

This waits for an exponentially increasing amount of time for it to
clear.

If after we have received a 423 error we receive a 404 error then we
assume all is good as this is what appears to happen in practice.

Fixes #7109
2024-09-17 16:46:02 +01:00
..
api owncloud: add config owncloud_exclude_shares which allows to exclude shared files and folders when listing remote resources 2024-01-31 14:47:24 +00:00
odrvcookie webdav: add SharePoint in other specific regions support 2022-06-08 17:24:35 +01:00
chunking.go webdav: nextcloud: implement backoff and retry for 423 LOCKED errors 2024-09-17 16:46:02 +01:00
webdav_internal_test.go Fix new lint issues reported by golangci-lint v1.59.0 2024-05-31 09:48:32 +02:00
webdav_test.go webdav: add support for chunked uploads — fix #3666 2023-03-17 11:09:08 +00:00
webdav.go webdav: add --webdav-unix-socket-path to connect to a unix socket 2024-08-15 15:14:51 +01:00