acd_cli
acd_cli copied to clipboard
An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
It would be great to be able to see how large a directory is. AFAICS all the information is in the sqlite db and it's probably doable in a single...
I'm using acd_cli from git. Here's the stack: ``` 16-08-29 06:57:56.764 [ERROR] [acd_cli] - Traceback (most recent call last): File "/usr/local/bin/acd_cli.py", line 246, in wrapped ret_val = f(*args, **kwargs) File...
please also provide a python module for own python applications. (without fuse, etc; upload/downloads/folders controlled in the application)
I can't seem to figure out why I can't use fuse to mount. I always get this error. I'm using FreeNAS 9.10.1. `root@x:/ # acdcli mount [/mnt/acd/]` `fuse: failed to...
I was downloading files fine via fuse last night until this morning I get this message when trying to sync. [WARNING] [acdcli.api.metadata] - End of change request not reached. I...
Files get truncated when they are renamed on encfs mount on top of acd_cli mount. I've been scratching my head as to why a write is performed at all when...
Running newest version from github installed via pip on newest ubuntu root@xyz:~# acd_cli -d -nl mount -i0 -fg /home/ftp 16-07-31 18:24:45.016 [INFO] [acd_cli] - Plugin leaf classes: TestPlugin 16-07-31 18:24:45.017...
Hi, I observed pretty consistenly that an acd_cli mount that works fine. It will also correctly report an error at each file-system access, when I loose network connection and will...
See https://github.com/yadayada/acd_cli/issues/125#issuecomment-136527420 I don't have access to a Mac and can't get OS X running in a VM, so I would appreciate if anyone could investigate this.
Hej, I would like to contribute a plugin that handles big files (mainly disk images) better. Problem with disk image is that they need to be transferred whole when they...