https://github.com/drakkan/webdav
https://github.com/drakkan/webdav
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drakkan/webdav
- Owner: drakkan
- License: agpl-3.0
- Created: 2022-11-01T17:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T09:16:25.000Z (12 months ago)
- Last Synced: 2024-10-14T11:35:51.192Z (6 months ago)
- Language: Go
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDAV
Fork of `golang.org/x/net/webdav` + the following patches:
- [https://go-review.googlesource.com/c/net/+/285753](https://go-review.googlesource.com/c/net/+/285753)
- [https://go-review.googlesource.com/c/net/+/285754](https://go-review.googlesource.com/c/net/+/285754)
- [https://go-review.googlesource.com/c/net/+/286992](https://go-review.googlesource.com/c/net/+/286992)other modifications are specific for use in SFTPGo, they may not work properly with other implementations.
The upstream code and other patches not written by me are MIT licensed, all the other code modified here by me is licensed under the terms of the AGPLv3 and therefore cannot be used in closed source applications/products.
I grant a license exception for upstream inclusion.