How to add 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:44:12Z Indexed on 2011/01/05 16:55 UTC
Read the original article Hit count: 388

Filed under:
|
|
|
|

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.restech.niu.edu': correctusername the password for dev.restech.niu.edu:

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

Related posts about Windows

Related posts about apache