Does anyone know any inbuilt functions in C++ which gives me the ability to download several files from a server at once. I have tried internetreadfile but I am only resulted with one single file, therefore it is usless.
there are no built-in C++ functions for downloading. internetreadfile is a Microsoft extension. What's the problem with calling internetreadfile multiple times, using an event hook or something...