Hi!
I am trying to upload tarballs to OC via a script. The script first compresses files on the local server and after that I want to create a directory on OC and push the tarballs there.
The problem is that CURL fails, because https://example.com/owncloud/remote.php/webdav/ does not exist.. What else can this be?
I am using this documentation:
https://doc.owncloud.org/server/7.0/user_manual/files/files.html
Any help is much appreciated!