https://github.com/dansnow/dfs-fuse
https://github.com/dansnow/dfs-fuse
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dansnow/dfs-fuse
- Owner: DanSnow
- Created: 2016-11-20T07:03:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T08:59:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T11:33:19.843Z (3 months ago)
- Language: Python
- Size: 84 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
dfs-fuse
========**Notice: The project is still in development**
## Description ##
This is a [FUSE][FUSE] client for [DFS][DFS].
It is our undergraduate's project, so **DON'T USE IN PRODUCT**.## Usage ##
```shell
$ ./dfsfuse [-h HOST] [-p PORT] [-k KEY]
```## Devlopment ##
```shell
$ git clone https://github.com/DanSnow/dfs-fuse.git
$ pip install -r requirements.txt
```[DFS]: https://github.com/hwlin1414/DFS
[FUSE]: https://en.wikipedia.org/wiki/Filesystem_in_Userspace