On Tue, 26 Oct 2010 01:08:20 +0200
Landry Breuil <[email protected]> wrote:
> On Mon, Oct 25, 2010 at 08:02:50PM +0200, Remi Pointel wrote:
> > Hi,
> > 
> > this is the port of aria2, a lightweight multi-protocol & multi-source 
> > download utility.
> 
> I have no idea how to use or test it, but portswise this is definitely
> ok. Any real reason for disabling gnutls and xml2 ?
> 
> Landry
Hello Landry,

I have disabled gnutls because we have openssl in src, what is preferred in 
this case ?
Not real reason for xml2, it works without this so I disabled it. I could 
create flavors for xml2 if it is necessary.

Few tests :
- Download a file in /tmp/
aria2c -d /tmp/ http://ftp.fr.openbsd.org/pub/OpenBSD/4.7/i386/install47.iso
You can resume download : Ctrl-C during the download and re-enter the command.

- Download a file using 2 connections :
ariac2c -s2 http://ftp.fr.openbsd.org/pub/OpenBSD/4.7/i386/install47.iso 
http://ftp.kddlabs.co.jp/OpenBSD/4.7/i386/install47.iso

- Download a bittorent :
aria2c <url_of_bittorent>

- Download a list of files :
cat /tmp/to_dl.txt 
http://ftp.fr.openbsd.org/pub/OpenBSD/4.6/i386/base46.tgz
http://ftp.fr.openbsd.org/pub/OpenBSD/4.7/i386/base47.tgz
aria2c -i /tmp/to_dl.txt -d .

- Example of results :
Download Results:
gid|stat|avg speed  |path/URI
===+====+===========+===========================================================
  1|  OK| 313.0KiB/s|./base46.tgz
  2|  OK| 311.7KiB/s|./base47.tgz

Thanks,

Remi

Reply via email to