https://github.com/artyom/webdavserver
command webdavserver provides access to given directory via WebDAV protocol
https://github.com/artyom/webdavserver
Last synced: 3 months ago
JSON representation
command webdavserver provides access to given directory via WebDAV protocol
- Host: GitHub
- URL: https://github.com/artyom/webdavserver
- Owner: artyom
- License: mit
- Created: 2016-06-04T11:21:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T15:17:45.000Z (over 3 years ago)
- Last Synced: 2025-04-11T09:13:32.384Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
command webdavserver provides access to given directory via WebDAV protocol
Use `go get github.com/artyom/webdavserver` to install.
Usage of webdavserver:
-addr string
address to listen (default "127.0.0.1:8080")
-auth string
basic auth credentials in user:password format (or set WEBDAV_AUTH env)
-dir string
directory to serve (default ".")
Most useful together with [leproxy](https://github.com/artyom/leproxy) for HTTPS support.