windows vista - What is the simplest library to download files in C++ -
i want download files have full url address using c++ program, library best this?
i wondering command like:
system("download [url] [destination]");
or
download(url,destination);
i using windows, sorry forgot mention.
have @ curl
from curl site
curl command line tool transferring data url syntax, supporting dict, file, >ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, >sftp, smtp, smtps, telnet , tftp. curl supports ssl certificates, http post, http put, ftp uploading, http form based upload, proxies, cookies, user+password authentication (basic, digest, ntlm, negotiate, kerberos...), file transfer resume, proxy tunneling , busload >of other useful tricks.
its best client side library available
Comments
Post a Comment