Kuaipan

Fuse file system for http://kuaipan.cn
Alternatives To Kuaipan
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Passenger4,9182,791257 days ago185September 19, 2022217mitC++
A fast and robust web server and application server for Ruby, Python and Node.js
Cryfs1,762
2 days ago117lgpl-3.0C++
Cryptographic filesystem for the cloud
Utahfs801
2 days ago5June 16, 202014bsd-3-clauseGo
UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage.
Zero791
4 years ago4otherPython
Local file system transparently swapping to the cloud
Securefs633
2 months ago1February 27, 201814otherC++
Filesystem in userspace (FUSE) with transparent authenticated encryption
Cloudfuse396
6 years ago54mitC
Filesystem (fuse) implemented on Mosso's Cloud Files
Megafuse219
3 years ago72otherC++
MEGA client for linux, based on FUSE
Acd_fuse190
7 years ago22otherPython
FUSE filesystem driver for Amazon Cloud Drive
Spreadsheetfs126
3 years ago1mitPython
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage
Stormfs95
9 years ago6gpl-2.0C
A FUSE abstraction layer for cloud storage (Amazon S3, Google Cloud Storage and more)
Alternatives To Kuaipan
Select To Compare


Alternative Project Comparisons
Readme

Kuaipan FUSE FileSystem

FUSE file system for kuaipan.cn. Access the cloud data in kuaipan.cn as local disk data.

Features

  • Access cloud data as local data without download data manually.
  • Local file cache to speed up access performance.
  • Support multiple accounts.

Install

pip install git+git://github.com/maxint/kuaipan [--user]

Note: use "--user" to install into user directory.

Requirements

  • fusepy
  • oauthlib
  • requests
  • requests-oauthlib

Usage

Mount your kuaipan.cn cloud driver to given mount directory:

kpfs <mount point>

Umount it:

umount <mount point>

Help:

kpfs -h

Debug & Bug Report

This fuse file system is far from perfect and may suck sometimes. Bug reports and any other contributions are welcomed. Logging is enabled by default. Additionally, run kpfs command with -D to enable debug logging for more internal information. The log file locates at /tmp/kpfuse.log. If you has any issue, please paste the log as well.

Local Cache

The account data and local cache files are stored at ~/.kpfuse. Cache files that elder than 30 days would be deleted. You could also clean the cache objects in ~/.kpfuse/<account email>/object/ manually, when local cache occupied too much disk space or cache objects are corrupted (when bugs existed).

Popular Fuse Projects
Popular Cloud Computing Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Cloud
Filesystem
Fuse