Difference between revisions of "WebDAV"

From ISoft Wiki
Jump to navigationJump to search
Line 6: Line 6:


==Setup==
==Setup==
Run this from the command line in Windows:
<source lang="dos">
<source lang="dos">
net use w: "webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <password> /PERSISTENT:yes
net use w: "webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <password> /PERSISTENT:yes
</source>
</source>

Revision as of 12:28, 3 November 2011

What is WebDAV

Read the Wikipedia article!

Usage

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

Setup

Run this from the command line in Windows:

net use w: "webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <password> /PERSISTENT:yes