File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66##Features
77
8- * node cache
8+ * node caching
99 * mapping of node IDs to a "remote" path
1010 * tree listing of files and folders
1111 * upload/download of single files
@@ -17,6 +17,7 @@ acd_cli
1717
1818 * recursive upload/download
1919 * folder syncing
20+ * processing of incremental changes
2021 * ... minor stuff
2122
2223##Quick start
@@ -26,6 +27,7 @@ Enter your client credentials into the JSON file named `client_data`. You will h
2627
2728##Usage
2829
30+ The following actions are built in
2931
3032```
3133 sync refresh node list cache
@@ -46,7 +48,7 @@ Enter your client credentials into the JSON file named `client_data`. You will h
4648 list-changes list changes
4749```
4850
49- Please run ``` ./acd_cli.py --help ``` to get a current list of the available actions
51+ Please run ``` ./acd_cli.py --help ``` to get a current list of the available actions and help on further arguments.
5052
5153You may provide any node argument as a 22 character ID or a UNIX-style path. Directories must always end with a forward slash '/'.
5254
@@ -77,9 +79,10 @@ $ ./acd_cli.py move /egg/bacon/spam /
7779# 1 file(s) updated.
7880```
7981
82+
8083##Known Issues
8184
82- Some of the trashed folders' children will remain in the tree listing .
85+ Downloaded files are not being hashed currently .
8386
8487##Dependencies
8588* pycurl
You can’t perform that action at this time.
0 commit comments