I use aria2c to download files, aria2c has this feature of allocating the
memory to file before downloading the file and then it will download using
multiple connections so filling the data into this file concurrently.

So i wonder how to do it. I found a way to do that from here
http://stackoverflow.com/questions/3407505/writing-binary-data-to-middle-of-a-sparse-file

but it only supports if you are constructing the data in file from scratch
and aria2c can resume the download too i.e not from scratch.

-- 
Regards
Srinivas Devaki
Junior (3rd yr) student at Indian School of Mines,(IIT Dhanbad)
Computer Science and Engineering Department
ph: +91 9491 383 249
telegram_id: @eightnoteight
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to