Sunday, August 2, 2009

I need a C program to download a file from HTTP Server. Can anyone help me please.?

Does it really have to be in C? You can do it very easily in Perl (check CPAN), PHP (use CURL), Ruby (see std libs), even a shell script if you just have a single file to download (use lynx). If it's available via FTP you can use .netrc.





Sure you can write a C program to do it, but why reinvent the wheel?


No comments:

Post a Comment