Is there any C/C++ function for copying from the net? I have a file on my website, and I want the software to download/open it. Is there anything like fopen_from_the_net? I can't find any references. Thankx for helping a noob, Daqq
You have to write it yourself. You have to use the socket to open the path to that file and download it.