hacdias / webdav

Simple Go WebDAV server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to realize that a user has multiple directories with different permissions

shookgao opened this issue · comments

At the same level, there are four ABCD directories. User x wants to access two AB directories. Directory a is read-only, directory B is read-write, and two CD directories cannot be viewed. How should I set the configuration file?