Description

CLI Download utility

Input

name:type
description
pattern

meta{:bash}

:map

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

source_url{:bash}

:string

Source URL to be downloaded

{http,https}*

Output

name:type
description
pattern

downloaded_file{:bash}

meta{:bash}

:map

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

$downloaded_file{:bash}

:file

Downloaded file from source

*.*

versions_aria2{:bash}

${task.process}{:bash}

:string

Process name

aria2{:bash}

:string

Tool name

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

Process name

aria2{:bash}

:string

Tool name

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

: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.