mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Updated documentation for Non Shibboleth authentication and customized WebDAV Paths
This commit is contained in:
parent
1ab44655e0
commit
42ef09e3bb
2 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,12 @@ OPTIONS
|
||||||
``--httpproxy http://[user@pass:]<server>:<port>``
|
``--httpproxy http://[user@pass:]<server>:<port>``
|
||||||
Uses ``server`` as HTTP proxy.
|
Uses ``server`` as HTTP proxy.
|
||||||
|
|
||||||
|
``--nonshib``
|
||||||
|
Uses Non Shibboleth WebDAV Authentication
|
||||||
|
|
||||||
|
``--davpath [path]``
|
||||||
|
Overrides the WebDAV Path with ``path``
|
||||||
|
|
||||||
Example
|
Example
|
||||||
=======
|
=======
|
||||||
To synchronize the ownCloud directory ``Music`` to the local directory ``media/music``
|
To synchronize the ownCloud directory ``Music`` to the local directory ``media/music``
|
||||||
|
|
|
@ -42,6 +42,12 @@ Other command line switches supported by ``owncloudcmd`` include the following:
|
||||||
``--unsyncedfolders [file]``
|
``--unsyncedfolders [file]``
|
||||||
File containing list of folders to not sync
|
File containing list of folders to not sync
|
||||||
|
|
||||||
|
``--nonshib``
|
||||||
|
Uses Non Shibboleth WebDAV Authentication
|
||||||
|
|
||||||
|
``--davpath [path]``
|
||||||
|
Overrides the WebDAV Path with ``path``
|
||||||
|
|
||||||
Credential Handling
|
Credential Handling
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue