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 }
I have tried this – but it does not work. Have anyone actually tried this ?
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'?