I have a PHP system that uses Owncloud as a storage device. I use the system to upload/download files e show folders. So far I was using owncloud 8 at windows. Now I am trying to setup this cloud on linux/ubuntu using owncloud 10.0.7. This is my first try on using Linux. I`ve followed a guide to install owncloud and everything went fine. including setting up an owncloud client to sync files. The problem is when I use CURL at PHP to retrieve the contents of a folder. I get this message that " It can only be accessed by WebDAV clients such as the ownCloud desktop sync client." and when I set the debug on, it goes away.