Difference between revisions of "WebDAV"
From ISoft Wiki
Jump to navigationJump to search
Daytonlowell (talk | contribs) |
Daytonlowell (talk | contribs) |
||
Line 1: | Line 1: | ||
== | ==WebDAV== | ||
[http://en.wikipedia.org/wiki/Webdav Read the Wikipedia article!] | [http://en.wikipedia.org/wiki/Webdav Read the Wikipedia article!] | ||
== | ==Usage== | ||
We use | We use WebDAV for storing images for our hosted customers. This means hosted customers won't need the image uploader script. | ||
== | ==Setup== | ||
<source lang="dos"> | <source lang="dos"> | ||
net use w: "http://< | net use w: "http://<WebDAV share URL>" /USER:<WebDAV user> <password> /PERSISTENT:yes | ||
</source> | </source> |
Revision as of 11:20, 3 November 2011
WebDAV
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