Registry / http-client / studio-b12-gowebdav

studio-b12-gowebdav

JSON →
library0.12.0gogounverified

A WebDAV client library with a command line tool included.

go get github.com/studio-b12/gowebdav
INSTALL
IMPORT
SIG · STUDIO-B12-GOWEBDA
S
studio-b12-gowebdav
http-clientgov0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gowebdav
github.com/studio-b12/gowebdav

Lists files in the root directory of a WebDAV server.

package main import ( "fmt" "github.com/studio-b12/gowebdav" ) func main() { client := gowebdav.NewClient("https://webdav.example.com", "user", "pass") files, _ := client.ReadDir("/") for _, f := range files { fmt.Println(f.Name()) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
studio-b12-gowebdav — go get studio-b12-gowebdav · libregistry