webdav
webdav copied to clipboard
doesn't work on Windows 10 if scope is set to Disk root e.g. D:/
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 Hi, try to change scope: d:/
to scope: "D:/"
.
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!
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:/".
I have this problem too, any root folder doesn't work