Difference between revisions of "WebDAV"

From ISoft Wiki
Jump to navigationJump to search
Line 7: Line 7:
==Setup==
==Setup==
<source lang="dos">
<source lang="dos">
net use w: "http://<WebDAV share URL>" /USER:<WebDAV user> <password> /PERSISTENT:yes
net use w: "webdav.isoftdata.com/itrack/<company productcode>" /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: "webdav.isoftdata.com/itrack/<company productcode>" /USER:<WebDAV user> <password> /PERSISTENT:yes