Can I download any file from any website automaticlly?
-
Can any one suggestion me how i can download any thing(file) from any website(given) in C++/ VC++ . help me out.
-
Can any one suggestion me how i can download any thing(file) from any website(given) in C++/ VC++ . help me out.
sumit.durg wrote:
how i can download any thing(file) from any website(given) in C++/ VC++ .
Does URLDownloadToFile help? http://www.codeproject.com/info/search.aspx?artkw=UrlDownloadToFile&sbo=kw[^]
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
-
sumit.durg wrote:
how i can download any thing(file) from any website(given) in C++/ VC++ .
Does URLDownloadToFile help? http://www.codeproject.com/info/search.aspx?artkw=UrlDownloadToFile&sbo=kw[^]
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
I want to give add of home page only. Then my program should fine out download is available in that page if yes then it will download. All the thing shold be automatically.
-
I want to give add of home page only. Then my program should fine out download is available in that page if yes then it will download. All the thing shold be automatically.
sumit.durg wrote:
I want to give add of home page only. Then my program should fine out download is available in that page if yes then it will download. All the thing shold be automatically.
There is an open source tool called wget -> http://gnuwin32.sourceforge.net/packages/wget.htm[^]
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com