Skip to content
tobiasKaminsky edited this page Oct 14, 2015 · 3 revisions

##FAQ

Data is not shown after haved login

  • 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
Clone this wiki locally