mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Doc for owncloudcmd: we only use the config of the gui client for the crendential #3293
This commit is contained in:
parent
e03fe8bcbf
commit
b6e0802203
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ Other command line switches supported by ``owncloudcmd`` include the following:
|
|||
Credential Handling
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
By default, ``owncloudcmd`` reads the client configuration and uses the
|
||||
credentials of the GUI synchronization client. If no client is configured, or if
|
||||
you choose to use a different user to synchronize, you can specify the user
|
||||
``owncloudcmd`` uses the credentials of the GUI synchronization client.
|
||||
If no client is configured, or if you choose to use a different user to synchronize,
|
||||
you can specify the user
|
||||
password setting with the usual URL pattern. For example::
|
||||
|
||||
$ owncloudcmd / https://carla:secret@server/owncloud/remote.php/webdav/
|
||||
|
|
Loading…
Reference in a new issue