You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A proxy can either be set manually using --httpproxy or it
uses the setting from a configured sync client.
Options:
--silent Don't be so verbose
--confdir = configdir: Read config from there.
--httpproxy = proxy: Specify a http proxy to use.
Proxy is http://server:port
--trust Trust the SSL certification.
There is no further output to determine why it is failing, but all the options specified to the command are listed in the above link. My guess is that it might not like the -u and -p options for some reason. I am specifying the username and password using quotes like -u 'foo' -p 'bar'
The text was updated successfully, but these errors were encountered:
Following the information for using owncloudcmd which has been updated at https://github.com/owncloud/mirall/blob/1.7/doc/owncloudcmd.1.rst the command is failing to run. The output of the failed command is:
owncloudcmd - command line ownCloud client tool.
Usage: owncloudcmd
A proxy can either be set manually using --httpproxy or it
uses the setting from a configured sync client.
Options:
--silent Don't be so verbose
--confdir = configdir: Read config from there.
--httpproxy = proxy: Specify a http proxy to use.
Proxy is http://server:port
--trust Trust the SSL certification.
There is no further output to determine why it is failing, but all the options specified to the command are listed in the above link. My guess is that it might not like the -u and -p options for some reason. I am specifying the username and password using quotes like -u 'foo' -p 'bar'
The text was updated successfully, but these errors were encountered: