🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

src.agwa.name/webdavd

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

src.agwa.name/webdavd

Go Modules
Version
v0.4.0
Version published
Created
Source

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 (read-only is the default)
  -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

FAQs

Package last updated on 27 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts