0

Is there solution to download file using HttpClient with random access? I want to download file from a specific point rather than from the beginning.

Thanks.

mmdc
  • 1,677
  • 3
  • 20
  • 32
  • 3
    What you are looking for is the range http header. See http://stackoverflow.com/questions/18084677/determine-if-server-supports-resume-get-request for an example that determines if a server supports it. – Dijkgraaf Nov 06 '13 at 22:58
  • it's seem working with most of the links, but not with amazon s3 links. sample: http://podcasts.sbnation.com.s3.amazonaws.com/Vergecast_098.mp3 – mmdc Nov 09 '13 at 22:50
  • Not all servers support it, hence them testing to see if a server supported. – Dijkgraaf Nov 09 '13 at 23:48

0 Answers0