From 42ef09e3bba2234d71f61d16c8d4960cf42e38ea Mon Sep 17 00:00:00 2001 From: Niels van Adrichem Date: Tue, 3 Nov 2015 13:43:26 +0100 Subject: [PATCH] Updated documentation for Non Shibboleth authentication and customized WebDAV Paths --- doc/owncloudcmd.1.rst | 6 ++++++ doc/owncloudcmd.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/owncloudcmd.1.rst b/doc/owncloudcmd.1.rst index 6dc06a9f54..e41eea71ce 100644 --- a/doc/owncloudcmd.1.rst +++ b/doc/owncloudcmd.1.rst @@ -50,6 +50,12 @@ OPTIONS ``--httpproxy http://[user@pass:]:`` 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`` diff --git a/doc/owncloudcmd.rst b/doc/owncloudcmd.rst index 4fc100bb44..245b166dc7 100644 --- a/doc/owncloudcmd.rst +++ b/doc/owncloudcmd.rst @@ -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 ~~~~~~~~~~~~~~~~~~~