Table of Contents

Project Idorus

Projects index

Details

Description

Idorus is a wrapper around wget, curl (other http downloaders can easily be added) to download multiple files in parallel; it simply invokes the chosen downloader (up to a configurable number of simultaneous sessions)for each passed URL with the provided command-line arguments.

This is a pre-release, some parts are pretty rough but the basic functionality is there.

By default wget will be used (will be configurable in the future), a java property can be set to use curl (or a custom downloader).

By design, Idorus takes no command-line arguments (everything in the command-line will be passed verbatim in each downloader invocation), any configurable options can be defined from the command-line by use of Java properties, though.

Currently recognised properties are:

Note  Idorus is built on top of pluggablejs so it they both must be downloaded; to ease usage I'm also publishing a jar file containing both.

Usage

For these examples I'll be using the full Java command-line, a wrapper will be provided in future releases.

Download

This is a pre-release, expect some unpolished edges.


© 2008 Toni Corvera <outlyer at gmail dot com>