rclone/backend/webdav
Florian Klink 3ffa47ea16 webdav: add --webdav-unix-socket-path to connect to a unix socket
This adds a new optional parameter to the backend, to specify a path
to a unix domain socket to connect to, instead the specified URL.

The URL itself is still used for the rest of the HTTP client, allowing
host and subpath to stay intact.

This allows using rclone with the webdav backend to connect to a WebDAV
server provided at a Unix Domain socket:

    rclone serve webdav --addr unix:///tmp/my.socket remote:path
    rclone --webdav-unix-socket /tmp/my.socket --webdav-url http://localhost lsf :webdav:
2024-08-15 15:14:51 +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: fix segment violation in low-level retry 2023-08-01 11:15:33 +09: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