Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saljam/upspin-webdav
https://github.com/saljam/upspin-webdav
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saljam/upspin-webdav
- Owner: saljam
- Created: 2021-03-19T17:27:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T13:07:42.000Z (over 3 years ago)
- Last Synced: 2024-03-17T00:43:17.088Z (8 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Upspin-webdav serves the upspin name space over WebDAV to localhost.
Some caveats:
- On macOS Big Sur arm64 the kernel panics on renames. Amd64
and iOS don't seem to have this problem.- On Windows it looks like one has to edit some registry keys
to allow it to connect to a non-https server even on localhost,
but I could have just been holding it wrong.It's certainly no replacement for FUSE+upspinfs. Still, WebDAV might
be useful when one cannot load kernel modules for FUSE, or in order
to sync files with devices that only support WebDAV.