Questions asking us to recommend or find a tool, library or favorite off-site resource are 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 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有关 CURL 的 C++ 绑定,请参阅 http://curlpp.org/ 处的文档。那里有大量的例子;不需要买书(很可能)。
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).
我发现 libcurl 文档就足够了。这里有几个 C 语言的 FTP 示例。
I found the libcurl docs to be sufficient. There are a couple examples of FTP in C here.