Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DropboxFS

A FUSE for interacting with Dropbox written in C.

Dependencies

  • cJSON (used as a local library)

  • libcurl

    You can install it by running sudo apt-get install libcurl4-openssl-dev

Building

gcc main.c -Wall -Wextra -g -o DropboxFS `pkg-config fuse --cflags --libs` -lcurl cJSON.c

Mounting

./DropboxFS -f <MOUNT_POINT>

License

The project is published under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages