A FUSE for interacting with Dropbox written in C.
-
cJSON (used as a local library)
-
You can install it by running
sudo apt-get install libcurl4-openssl-dev
gcc main.c -Wall -Wextra -g -o DropboxFS `pkg-config fuse --cflags --libs` -lcurl cJSON.c
./DropboxFS -f <MOUNT_POINT>
The project is published under the MIT License.