cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
How to download a file from http or ftp
How to download a file from http or ftp server with c program?
Dec 7, 2011 at 4:11pm
Dec 7, 2011 at 4:11pm UTC
zribiahmed
(1)
Hello,
I am looking for an open source API minimum (point of view size on disk, and complexity) in C (which requires no installation before use) which downloads a file from a http or ftp server (this API will ream being embedded Linux).
Will you advise me how best I should use?
Thank you in advance for your help.
Dec 7, 2011 at 8:06pm
Dec 7, 2011 at 8:06pm UTC
modoran
(2077)
Curl or wget:
http://curl.haxx.se/
As far as I know, wget is preinstalled on most linux distributions.
Topic archived. No new replies allowed.