开发者

Looking for a good book covering CURL library under c++ [closed]

开发者 https://www.devze.com 2023-01-17 06:09 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

are 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消