webdavd

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 15 Imported by: 0

README

A very simple WebDAV server written in Go

Installing

go install src.agwa.name/webdavd@latest

Usage

Usage of ./webdavd:
  -listen value
    	Socket to listen on, in go-listener syntax (repeatable)
  -public
    	Don't require authentication
  -readwrite
    	Allow read/write access
  -root string
    	Path to root directory (required)
  -users string
    	Path to users file (required unless -public is used)
For go-listener syntax, see https://pkg.go.dev/src.agwa.name/go-listener#readme-listener-syntax
Each line of the users file should contain a username and password separated by whitespace

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL