PDA

Click to See Complete Forum and Search --> : FTP and HTTP Downloader


usamaalam
Sep 14th, 2003, 03:28 PM
Hi,

My college teacher assigned me HTTP Downloader with multithreading support for my project course.

I want to know is there margin of learning in this project ??
What is the difference between FTP and HTTP Downloader ?? Where and what material is to be find to study ??

Thanks.

crpietschmann
Sep 22nd, 2003, 04:55 PM
FTP and HTTP are different protocols.

You should be able to find some examples of downloading with HTTP on http://www.PlanetSourceCode.com. I wrote a simple download manager once, but I don't know where the code for it is at the moment, otherwise I'd let you see it.

It is not extremely complicated to do.

I uploaded the HTTP protocol document for v1.0 of the HTTP
protocol. You can find v1.1 if you search online.