[Pkg-owncloud-commits] [python-owncloud] 17/33: Applied slightly modified version of lluis' Pull Request.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit 531377aff9a519156ef72106bfcafa2c9ab31d5c
Author: Diederik de Haas <github at cknow.org>
Date: Tue Nov 12 23:26:16 2013 +0100
Applied slightly modified version of lluis' Pull Request.
Closes PR#47.
---
README.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 96a8d2b..1a1b29b 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ usage: just run oclient -h, and it will give you help.
usage: oclient [-h] [-v] [-c [CONFIG]] [-u [USER]] [--ssl [SSLFINGERPRINT]]
[-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]]
- [--url [URL]] [--use-keyring]
+ [--url [URL]] [--use-keyring] [--usedownloadlimit] [--useuploadlimit]
+ [--downloadlimit [DOWNLOADLIMIT]] [--uploadlimit [UPLOADLIMIT]]
Synchronize files across machines using ownCloud DAV server.
@@ -57,11 +58,19 @@ usage: just run oclient -h, and it will give you help.
Folder on server.
--url [URL] URL to sync to.
--use-keyring use keyring if available to store password safely.
+ --usedownloadlimit Use download limit.
+ --downloadlimit [DOWNLOADLIMIT]
+ Download limit in KB/s.
+ --useuploadlimit Use upload limit.
+ --uploadlimit [UPLOADLIMIT]
+ Upload limit in KB/s.
oclient supports the ownCloud config file, which is located here:
$HOME/.local/share/data/ownCloud/owncloud.cfg
oclient only supports the 'ownCloud' section of the config.
+ oclient support for download/upload limits requires libocsync version >= 0.81.0
+ these versions also support 'BWLimit' section of the config.
oclient supports the following keys in the cfg file:
user: username on the ownCloud server
pass: password on the ownCloud server
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list