Menu

Tree [r41] /
 History

HTTPS access


File Date Author Commit
 cloudfiler 2019-04-19 colin_wills [r41] Fix licensing test for MacOS and README tweak.
 old_stuff 2019-01-05 colin_wills [r30] Reorg tweak.
 tests 2019-01-15 colin_wills [r37] Get unit tests working with cloudfiler as a pac...
 LICENSE 2019-01-05 colin_wills [r29] Reorganise into a package read for the Cheese S...
 MANIFEST.in 2019-01-05 colin_wills [r29] Reorganise into a package read for the Cheese S...
 README.md 2019-04-19 colin_wills [r41] Fix licensing test for MacOS and README tweak.
 deploy.sh 2019-01-05 colin_wills [r31] Deployed to the Cheese Shop :-)
 package.sh 2019-01-05 colin_wills [r29] Reorganise into a package read for the Cheese S...
 setup.py 2019-04-19 colin_wills [r41] Fix licensing test for MacOS and README tweak.

Read Me

Cloud Filer

Cloud Filer is a cloud storage file management GUI client. Cloud Filer allows you to upload and download files to cloud storage (e.g. Amazon S3) and can be used as part of a backup strategy.

Cloud Filer uses pre-internet encryption and file name obfuscation making access to your cloud data useless without the right password.

For more details see https://www.cloudfiler.org/

Installing on Linux

On Linux you need to install the following packages:

apt install python-wxgtkX.Y python-wxtools wxX.Y-i18n python-pip

and then install Cloud Filer using pip:

pip install cloudfiler

Installing on Windows

Install python 2.x from https://www.python.org

Install wxpython from https://wxpython.org

Install Microsoft Visual C++ Compiler for Python 2.7 from http://aka.ms/vcpython27

pip install cloudfiler

Installing on MacOS

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

sudo python get-pip.py

sudo pip install -U wxPython

pip install cloudfiler --user

Running Cloud Filer

python -m cloudfiler

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.