Difference between revisions of "WebDAV"

From ISoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
==What is WebDAV==
==WebDAV==
[http://en.wikipedia.org/wiki/Webdav Read the Wikipedia article!]
[http://en.wikipedia.org/wiki/Webdav Read the Wikipedia article!]


==What does ISoft use it for?==
==Usage==
We use Webdav for storing images for our hosted customers.  This means hosted customers won't need the image uploader script.
We use WebDAV for storing images for our hosted customers.  This means hosted customers won't need the image uploader script.


==Setting it up==
==Setup==
<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:<WebDAV user> <password> /PERSISTENT:yes
</source>
</source>

Revision as of 12:20, 3 November 2011

WebDAV

Read the Wikipedia article!

Usage

We use WebDAV for storing images for our hosted customers. This means hosted customers won't need the image uploader script.

Setup

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