I know I can map a webdav folder to a drive letter in Windows, but I need to map ~10 different webdav folders (different servers) and assigning a drive letter would be ugly.
Is it somehow possible to create the links as a folder structure, for example by using mklink?
I have tried several combinations (/d, /H, /J flag + https://webdav.server.com/... or \\webdav.server.com@SSL\...) without success. Most of the combinations lead to a virtual folder which when opened loads quite some time (as when the webdav is mapped to a drive), but then fails with similar error messages saying that it is not accessible.