Skip to content

wittwitt/gowebdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdav

The gdav is a webdav server. code by golang.

base on golang.org/x/net/webdav

introduce

multi user

user power limit

hide some file or subfolder

hide syntax

only support path prefix

hides = [ 
	"oneproject/.git/",
	"down/",
	"cc/a.txt",
]

only math ${root}/cc/a.txt no math ${root}/cc/a.txt/../.. math ${root}/down/../.. math ${root}/oneproject/.git/../..