Description

CLI Download utility

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

source_url

:string

Source URL to be downloaded

{http,https}*

Output

name:type
description
pattern

downloaded_file

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

$downloaded_file

:file

Downloaded file from source

*.*

versions_aria2

${task.process}

:string

Process name

aria2

:string

Tool name

aria2c --version 2>&1 | sed -n 's/^aria2 version \([^ ]*\).*/\1/p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

Process name

aria2

:string

Tool name

aria2c --version 2>&1 | sed -n 's/^aria2 version \([^ ]*\).*/\1/p'

:eval

The expression to obtain the version of the tool

Tools

aria2
GPL v2

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.