Difference between revisions of "WebDAV"
From ISoft Wiki
Jump to navigationJump to search
Daytonlowell (talk | contribs) (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....") |
Daytonlowell (talk | contribs) |
||
Line 1: | Line 1: | ||
==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== | |||
<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 11: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