Difference between revisions of "ownCloud/client"
< ownCloud
Jump to navigation
Jump to search
(diagnosis with wget) |
(→Outlinks: direct link) |
||
Line 9: | Line 9: | ||
==Outlinks== | ==Outlinks== | ||
* Discussion: | * Discussion: | ||
− | ** '''2015-08-06''' [https://plus.google.com/u/0/102282887764745350285/posts/bz5qE5syEQy 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.) | + | ** '''2015-08-06''' [https://plus.google.com/u/0/102282887764745350285/posts/bz5qE5syEQy Woozle]: trying to figure out why client incorrectly reports bad credentials (Solved: turned out to be a bug in the client, fixed in latest [https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client download].) |
+ | |||
==Footnotes== | ==Footnotes== | ||
<references> | <references> | ||
<ref name=ocdoc-au>[https://doc.owncloud.org/desktop/1.5/advancedusage.html ownCloud Client Manual: Advanced Usage]</ref> | <ref name=ocdoc-au>[https://doc.owncloud.org/desktop/1.5/advancedusage.html ownCloud Client Manual: Advanced Usage]</ref> | ||
</references> | </references> |
Revision as of 18:13, 25 August 2015
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: