How to add a web folder via command line (Windows)
I am trying to add a web folder via command line in windows. At first I though I should use the "net use" command, but when I tried I kept getting System error 67:
C:>net use * http://dev.subdomain.domain.tdl/dav/ the user name for 'dev.subdomain.domain.tdl': correctusername the password for dev.subdomain.domain.tdl:
System error 67 has occurred.
The network name cannot be found.
The url I used works in a browser. It's an Apache dav on basic auth LDAP authentication method being used.
Here's the thing... I CAN create a web folder when I use the "Add a network place" wizard. When I do net use, I don't see it listed in the prompt that follows.
What utility do I need to use to mount a web folder in command line?
According to http://devwfb.blogspot.com/2008/07/how-to-map-https-only-web-folder-to.html the System error 67 may be due to your WebDAV folder requiring an https connection. The same page has some solutions you could try.