I\'m trying to use the libcurl in a C/C++ application to post files to DropBox.
I would like to use the \"/files (POST)\" API as documented here...
https://www.
I suggest using BOOST ASIO . Makes uploading and downloading a breeze.