Net use to webdav share from command prompt

by admin on August 15, 2009

We can do net use to a webdav share in a similar way we do it for SMB shares.
For example to map the webdav share http://server/davshare to local drive letter, we can run the below command.

net use * http://server/davshare /u:domainname\username 

This will map the webdav share to a local drive.

We can delete webdav mapping using /delete switch. Suppose to delete a dav share mapped to w: run the below command.

net use /delete w:

{ 2 comments… read them below or add one }

Anonymous May 19, 2010 at 8:59 am

I have tried this – but it does not work. Have anyone actually tried this ?

Reply

Techblogger May 19, 2010 at 9:26 am

I tried this and it worked for me…Can you post some details on your setup..Both the client and the web server are in the same LAN right? Does IE access work for you (File->open and selecting 'open as webfolder'?

Reply

Leave a Comment

Previous post:

Next post: