Difference between revisions of "WebDAV"
From ISoft Wiki
Jump to navigationJump to search
(Added a troubleshooting note to check for directory permissions.) |
(Added another line to the script that will delete out current connections so they can be refreshed.) |
||
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: /delete | |||
net use w: "http://webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <WebDAV password> /PERSISTENT:yes | net use w: "http://webdav.isoftdata.com/<company productcode>" /USER:<WebDAV user> <WebDAV password> /PERSISTENT:yes | ||
</source> | </source> |
Revision as of 11:21, 28 June 2012
What is WebDAV
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: /delete
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.
See Internal:Setting up a Webdav Directory for the server-side configuration.
Troubleshooting
If you can't copy files into the directory (especially if you receive "permission denied" errors), check on the server to see that the directory permissions and configured correctly. See Internal:Setting up a Webdav Directory#Troubleshooting for more details.