mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
serve webdav: this implements a webdav server for any rclone remote.
This commit is contained in:
@ -5,11 +5,13 @@ import (
|
||||
|
||||
"github.com/ncw/rclone/cmd"
|
||||
"github.com/ncw/rclone/cmd/serve/http"
|
||||
"github.com/ncw/rclone/cmd/serve/webdav"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func init() {
|
||||
Command.AddCommand(http.Command)
|
||||
Command.AddCommand(webdav.Command)
|
||||
cmd.Root.AddCommand(Command)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user