Download

  • Thread starter FERNANDEZ Emmanuel
  • Start date
F

FERNANDEZ Emmanuel

Hello,

Are there any solutions (in C ANSI) for downloading internet files ?
Some functions exist (URLDownloadToFile(...) or
URLDownloadToCacheFile(...) for Windows) but they aren't ANSI.

Thanks
 
M

Mike Wahler

FERNANDEZ Emmanuel said:
Hello,

Are there any solutions (in C ANSI) for downloading internet files ?
No.

Some functions exist (URLDownloadToFile(...) or
URLDownloadToCacheFile(...) for Windows) but they aren't ANSI.

That's right. Standard C has no built-in networking
capabilities. You'll need a platform-specific solution.

-Mike
 
F

FERNANDEZ Emmanuel

Mike said:
That's right. Standard C has no built-in networking
capabilities. You'll need a platform-specific solution.

For Linux, do you know some libraries i can use ?
 
K

Kevin Easton

FERNANDEZ Emmanuel said:
For Linux, do you know some libraries i can use ?

Ask in comp.os.linux.development.apps (there's several, one is called
"curl").

- Kevin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top