Adding a web folder via command line (Windows)
Posted
by
Ryan
on Server Fault
See other posts from Server Fault
or by Ryan
Published on 2011-01-05T16:33:38Z
Indexed on
2011/01/05
17:55 UTC
Read the original article
Hit count: 216
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?
© Server Fault or respective owner