flokli
(Florian Klink)
May 24, 2024, 8:45am
1
I have some HTTP/WebDAV servers listening on unix sockets, and want to use rclone sync
to copy to/from them.
It looks like fshttp
does not support unix://
scheme, and also always tries to extend a /
to the filename:
RCLONE_WEBDAV_URL=unix:///path/to/some.sock rclone sync mydir :webdav:
[…]
2024/05/24 10:43:44 Failed to sync: couldn't list files: Propfind "unix:///path/to/some.sock/": unsupported protocol scheme "unix"
flokli
(Florian Klink)
May 24, 2024, 9:03am
2
I'm more and more convinced this should become a separate parameter, similar to how curl has a --unix-socket
argument, yet still allows using the regular positional URL argument to specify host, subpath etc.
flokli
(Florian Klink)
May 24, 2024, 9:51am
3
system
(system)
Closed
July 23, 2024, 9:52am
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.