resume and seek operation during file download

  • Thread starter Thread starter Vikramaditya Singh
  • Start date Start date
V

Vikramaditya Singh

i am downloading a file using httpreponse. Now i want to make a
multithreaded app which will create 3 or more threads for downloading the
file. For this i want to pass different start position to read forn the
reponse object stream to the thread. But i am unable to change the read
position of httpresponse stream object. Is it possible
PLease let me know

Thanks
 
Hi Ken,

I think this is not what is ment, (Maybe I am wrong) for me this question
sound as something as download Accelerator, which gets streams with
different starting points and connect them than again to one file when
downloaded.

If you have that, I am intrested also.

Cor
 
No i wanted to track it down in my own app instaed of using some dll or
wrapper.
 
Back
Top