|
func NewWebDAVMount(UUID string, Hierarchy string, root string, user string, password string) (*WebDAVFileSystem, error) {
|
|
func NewWebDAVMount(UUID string, Hierarchy string, root string, user string, password string) (*WebDAVFileSystem, error) {
|
|
c := gowebdav.NewClient(root, user, password)
|
|
c := gowebdav.NewClient(root, user, password)
|
|
log.Println("[WebDAV FS] Unable to connect to remote: ", err.Error())
|
|
log.Println("[WebDAV FS] Unable to connect to remote: ", err.Error())
|