How do I fetch multiple files with libcurl?

795 796 libcurl has excellent support for transferring multiple files. You should 797 just repeatedly set new URLs with curl_easy_setopt() and then transfer it 798 with curl_easy_perform(). The handle you get from curl_easy_init() is not 799 only reusable, but you're even encouraged to reuse it if you can, as that 800 will enable libcurl to use persistent connections.

More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions