ownCloud/client

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< ownCloud
Revision as of 18:51, 6 August 2015 by Woozle (talk | contribs) (diagnosis with wget)
Jump to navigation Jump to search

Linux

In Linux, the client stores its configuration in $HOME/.local/share/data/ownCloud/owncloud.cfg[1].

It also seems to store copies of most or all synced files in the same folder, $HOME/.local/share/data/ownCloud/, which seems rather wasteful of disk space as well as completely unnecessary. (To be investigated in more detail later...)

Diagnosis

  • You can use wget to simulate WebDAV requests:
    • wget https://<hostname>/owncloud/remote.php/webdav/ --no-check-certificate --user=<username> --password=<password> --method=PROPFIND

Outlinks

  • Discussion:
    • 2015-08-06 Woozle: trying to figure out why client incorrectly reports bad credentials (Solved: turned out to be a bug in the client, fixed in latest download.)

Footnotes