are there any good books/tutorials decscribing how to use CURL library under C++ to implement FTP / SFTP clients ? Thx for help.
|
feedback
|
|
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). | |||||||
feedback
|
|
I found the libcurl docs to be sufficient. There are a couple examples of FTP in C here. | |||
|
feedback
|