experimental webdav upload
This commit is contained in:
parent
5e9ce5a306
commit
7570b09f9f
10 changed files with 47 additions and 2 deletions
|
|
@ -312,6 +312,11 @@ func serverFlags() []cli.Flag {
|
|||
Usage: "enable debugging",
|
||||
Destination: &config.Debug,
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "webdav",
|
||||
Usage: "enable webdav file uploader",
|
||||
Destination: &config.WebDav,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue