Updated documentation for Non Shibboleth authentication and customized WebDAV Paths

This commit is contained in:
Niels van Adrichem 2015-11-03 13:43:26 +01:00
parent 1ab44655e0
commit 42ef09e3bb
2 changed files with 12 additions and 0 deletions

View file

@ -50,6 +50,12 @@ OPTIONS
``--httpproxy http://[user@pass:]<server>:<port>``
Uses ``server`` as HTTP proxy.
``--nonshib``
Uses Non Shibboleth WebDAV Authentication
``--davpath [path]``
Overrides the WebDAV Path with ``path``
Example
=======
To synchronize the ownCloud directory ``Music`` to the local directory ``media/music``

View file

@ -42,6 +42,12 @@ Other command line switches supported by ``owncloudcmd`` include the following:
``--unsyncedfolders [file]``
File containing list of folders to not sync
``--nonshib``
Uses Non Shibboleth WebDAV Authentication
``--davpath [path]``
Overrides the WebDAV Path with ``path``
Credential Handling
~~~~~~~~~~~~~~~~~~~