Downloading DVD iso
Posted in Internet, Linux, Programming by sandaruwan on January 31st, 2007Yesterday, I tried to download debian DVD images from their site. One image is about 4 GB which is bigger than 2^32 bytes. So, here is the problem; since all the download accelerators use 32 bit integers for the file size, it doesnt work at all. I tried prozilla and axel. Then I also tried to wget the file into my server, split it and download the files. Wget doesn’t work either.
I sent an email to LKLUG and one of them suggested to use jigdo. But It takes hell of a lot of time to download it file by file. The other solution is to use bittorrent, but I have port limitation problems. So, the only solution left is to download and modify the source code of an accelerator. I downloaded the axel code, but It’s seems bit messy to change it. So, I decided to code my own one to download it. It’s time to start coding again.


use Wget.
http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe
February 4th, 2007 at 11:57 pm
May be you can try this
#define long long long
#define int long long
February 5th, 2007 at 11:21 am
hmm… on the contrary I used prozilla and downloaded the iso! I use version 2.0.4.
February 13th, 2007 at 7:11 pm