Looking for a good book covering CURL library under c++ [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource a开发者_开发技巧re off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionare there any good books/tutorials decscribing how to use CURL library under C++ to implement FTP / SFTP clients ? Thx for help.
For the C++ bindings for CURL, see the docs at http://curlpp.org/ . There are extensive examples there; no need to get a book (in all likelihood).
I found the libcurl docs to be sufficient. There are a couple examples of FTP in C here.
精彩评论