forked from owncloud/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tobiasKaminsky edited this page Oct 14, 2015
·
3 revisions
##FAQ
- From a terminal run:
curl -u user:password -X PROPFIND -H "Content-Type: text/xml" -d "<?xml version='1.0' encoding='utf-8' ?><D:propfind xmlns:D='DAV:'><D:allprop/></D:propfind>" http(s)://serverURL/remote.php/webdav/
- Is it anything like this shown?
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns"><d:response>
.....
- if not, here it´s the issue, you may have to check on the server side whether the webdav interface is correctly set up