![]() |
A C function for copying from the net?
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 |
Re: A C function for copying from the net?
You have to write it yourself. You have to use the socket to open the path to that file and download it.
|
| All times are GMT +5.5. The time now is 21:21. |