Name | Modified | Size | Downloads / Week |
---|---|---|---|
marteauget-1.1.tar.bz2 | 2011-02-17 | 9.8 kB | |
README | 2011-01-31 | 1.1 kB | |
marteauget-1.0.tar.bz2 | 2011-01-31 | 9.8 kB | |
Totals: 3 Items | 20.6 kB | 0 |
Marteauget is an HTTP downloader for linux with an emphasis on download speed and lightweightness. INSTALL simply invoke 'make' FEATURES * zero dependencies. * quick resume interface. * supports basic HTTP authentication. * parallel and multi-mirror retrieval. * correctly restores url encoded filenames. * synchronizes data and meta-data into a single sparse file. USAGE Downloading with 4 parallel connections: $ marteauget -n4 http://www.kernel.org/pub/linux/kernel/v1.0/linux-1.0.tar.gz 100.00% (1259161/1259161 at 1.20 m/s) Interrupting (press ctrl-C) and resuming a download: $ marteauget -n32 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.37.tar.gz 5.98% (5529373/92473941 at 1.54 m/s)^C graceful interruption, you may resume later by invoking: marteauget linux-2.6.37.tar.gz.marteauget OR marteauget -n32 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.37.tar.gz $ marteauget ./linux\-2.6.37.tar.gz.marteauget resuming 'linux-2.6.37.tar.gz' at 8.80% 100.00% (92473941/92473941 at 656.92 k/s)