Skip to content

andrei-micuda/DropboxFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages