rclone/cmd/serve/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
..
testdata/golden serve http, serve webdav: Added a --template flag for user defined markup 2020-05-04 17:36:31 +00:00
webdav_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
webdav.go webdav: add --webdav-unix-socket-path to connect to a unix socket 2024-08-15 15:14:51 +01:00