webdav icon indicating copy to clipboard operation
webdav copied to clipboard

doesn't work on Windows 10 if scope is set to Disk root e.g. D:/

Open felix021 opened this issue 6 years ago • 4 comments

works if set to subdirectories, but fails when set to disk root.

[Window Title]
Open Folder

[Content]
\\127.0.0.1@8086\DavWWWRoot is not acccessible. You might not have permission to use this network resource. Contact the administrator of this server .

Parameter Error


[Confirm]
scope: d:/
address: 0.0.0.0
port: 8086
tls: false
cert: cert.pem
key: key.pem
users:
  - username: admin
    password: admin

felix021 avatar Sep 15 '18 06:09 felix021

@felix021 Hi, try to change scope: d:/ to scope: "D:/".

holazt avatar Oct 21 '18 14:10 holazt

I would recommend to put a note somewhere in the main github page for Windows, so we know that it's C:/ and not C:.

Also C:/ doesn't seem to work.

Great work btw!

C-Fu avatar Dec 31 '20 20:12 C-Fu

This is because there are some hidden folders in the root of each drive letter,like "System Volume Information". The program does not have permission to read these folders.So it's better to set the path to a folder,like "D:/abc" ,not a drive letter,like "D:/".

FanNengHu avatar Jan 16 '21 17:01 FanNengHu

I have this problem too, any root folder doesn't work

ShunbaoLi avatar Aug 01 '22 19:08 ShunbaoLi