Difference between revisions of "WebDAV"

From ISoft Wiki
Jump to navigationJump to search
(Created page with "For hosted customers, we use Webdav for images, this way they don't need the image uploader script. Once you set it up, it will then appear as a mapped network drive in Windows....")
 
Line 1: Line 1:
For hosted customers, we use Webdav for images, this way they don't need the image uploader script.
==What its used for==
 
Webdav shares are hosted by ISoft for our hosted customers.  We use Webdav for images so they don't need the image uploader script.
Once you set it up, it will then appear as a mapped network drive in Windows.
 
Here is how you set it up:


==Setting it up==
<source lang="dos">
<source lang="dos">
net use w: "http://<webdav share URL>" /USER:<web dav user> <password> /PERSISTENT:yes
net use w: "http://<webdav share URL>" /USER:<web dav user> <password> /PERSISTENT:yes
</source>
</source>

Revision as of 12:15, 3 November 2011

What its used for

Webdav shares are hosted by ISoft for our hosted customers. We use Webdav for images so they don't need the image uploader script.

Setting it up

net use w: "http://<webdav share URL>" /USER:<web dav user> <password> /PERSISTENT:yes