Initial release of seafile fuse-client
I’ve written up a simple client for Seafile, based on FUSE-client under Linux. See https://github.com/dongsupark/seafile-fuse-client for details. To install it, do like the following: 1. Prequisites a. Install python-seafile. Python-seafile is needed as seafile-fuse-client depends on python API provided by seafile: $ git clone https://github.com/dongsupark/python-seafile.git $ cd python-seafile $ python setup.py install b. Install required … [Read more…]