WebDAV folder from command line

  • Thread starter Thread starter Dan Martin
  • Start date Start date
D

Dan Martin

This is related to my last question, but slightly
different. On Microsoft's support web site, I find this
quotation:

====
Windows clients (Windows 2000 and Windows XP): Connect to
a WebDAV directory by adding the directory to the list of
Network Places and display the contents as if it were part
of the same file system on your local computer. Once
connected, you can drag and drop files, retrieve and
modify file properties, and complete many other file-
system tasks. You can also connect using the command-line
client (known as WebDAV Redirector). This client allows
you to use existing applications across the Web and share
files through firewalls and proxy servers.
====

How do you "connect using the command-line client known as
WebDAV Redirector"? Is there a webdav executable? How do
you reference the WebDAV folder? What's the syntax?

WebClient services are running.

Thanks,
 
You use "net use * http://servername/sharename" from a command line.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top