A C function for copying from the net?

Newbie Member
23Jul2006,00:48   #1
daqq's Avatar
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
Go4Expert Founder
23Jul2006,11:28   #2
shabbir's Avatar
You have to write it yourself. You have to use the socket to open the path to that file and download it.