We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When provided with any option, the command line tool only provides the Usage and doesn't run as expected.
Example:
~# owncloudcmd --confdir=/etc/owncloud/ /home/owncloud/ ownclouds://some.thi.ng owncloudcmd - command line ownCloud client tool. Usage: owncloudcmd <sourcedir> <owncloudurl> […]
This doesn't work either
~# owncloudcmd -u user -p password /home/owncloud/ https://some.thi.ng owncloudcmd - command line ownCloud client tool. Usage: owncloudcmd <sourcedir> <owncloudurl> […]
Without option, this works (in interactive mode).
owncloudcmd /home/owncloud/ https://come.thi.ng
But I need have it in non-interactive with a cronjob. Which should be expected for a command line utility.
Operating system: Debian 8.4 AMD64 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux owncloud-client-cmd installed from apt
The text was updated successfully, but these errors were encountered:
Which version of the ownCloud client? The distro packages might be outdated/bad ... Please install from https://owncloud.org/install/
Sorry, something went wrong.
I'd happily tell you the version but owncloudcmd -v and owncloudcmd --version only gives the Usage. Thanks, I'll install from https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client and update the issue afterwards.
owncloudcmd -v
owncloudcmd --version
Ok this one works. The one available on vanilla debian is broken.
FYI @hefee
No branches or pull requests
When provided with any option, the command line tool only provides the Usage and doesn't run as expected.
Example:
This doesn't work either
Without option, this works (in interactive mode).
But I need have it in non-interactive with a cronjob. Which should be expected for a command line utility.
Client configuration
Operating system: Debian 8.4 AMD64
3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
owncloud-client-cmd installed from apt
The text was updated successfully, but these errors were encountered: