Jump to content











Photo
- - - - -

Multipart Downloading


  • Please log in to reply
6 replies to this topic

#1 Cinderella

Cinderella
  • Lady
  • 3 posts
  •  
    India

Posted 16 December 2013 - 12:07 PM

In case of downloading from a site which does not support multipart downloading , resume capability of that download is also marked as 'No'. why?



#2 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 16 December 2013 - 05:18 PM

Say, user wants to download a file of size 50MB. In the first session, user downloads first 10MB chunk. If the download needs to be resumed, at some point, download manager will ask for bytes following first 10MB which has already been downloaded. Since, the site does not allow multi-part sharing, it always starts serving bytes from the very beginning. Hence, resuming the download is impossible.



#3 Cinderella

Cinderella
  • Lady
  • 3 posts
  •  
    India

Posted 16 December 2013 - 05:31 PM

But In case of multipart downloading how this process of resuming download works?



#4 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 16 December 2013 - 05:37 PM

But In case of multipart downloading how this process of resuming download works?

 

It depends on how the web server is configured, e.g. Apache configuration is detailed here.



#5 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 16 December 2013 - 05:41 PM

Oh! BTW, have you ever thought how you download a file? It's the data bytes delivered over HTTP/FTP or other similar protocol.



#6 Cinderella

Cinderella
  • Lady
  • 3 posts
  •  
    India

Posted 16 December 2013 - 06:20 PM

I think it is delivered over HTTP as well as FTP. But I do not have a very good idea about how multipart download actually happens.



#7 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 16 December 2013 - 09:47 PM

No resume is a bother but happens. I've once written a dowloader for big files that kind of fakes the resume operation.

If the download for some reason gets broken, it will skip all the bytes that had been downloaded on the previous attempt and only write new ones after the part that already been written. It is used for downloading DVD files that take a long time to get.

Doesn't save you from re-downloading something from scratch but at least gets the job done.

If you're looking for a good download software, I'd recommend wx fast downloader. Really great to get things done. :)

Welcome to reboot. :cheers:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users