An open API service indexing awesome lists of open source software.

https://github.com/dansnow/dfs-fuse


https://github.com/dansnow/dfs-fuse

Last synced: about 2 months ago
JSON representation

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