Difference between revisions of "WebDAV"

From ISoft Wiki
Jump to navigationJump to search
(Updating this page to make it more correct... fo shizzle)
Line 8: Line 8:
Run this from the command line in Windows:
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: "http://webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <WebDAV password> /PERSISTENT:yes
</source>
</source>
The WebDAV username and password can be found in ISoft's customer case.

Revision as of 16:18, 1 March 2012

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: "http://webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <WebDAV password> /PERSISTENT:yes

The WebDAV username and password can be found in ISoft's customer case.