aria2c
1 2 3 | aria2c(infile, outdir = "OUTPUT", j = 1, x = 4, s = 5, verbose = TRUE, ...)
aria2c_finished(indir, subfix = "*.nc$", subfix_temp = "*.nc.aria2$")
|
j |
–max-concurrent-downloads=N Set maximum number of parallel downloads for every static (HTTP/FTP) URL, torrent and metalink. See also –split and –optimize-concurrent-downloads options. Possible Values: 1-*, Default: 5, Tags: #basic |
x |
–max-connection-per-server=NUM The maximum number of connections to one server for each download. Possible Values: 1-16, Default: 1, Tags: #basic, #http, #ftp |
s |
–split=N Download a file using N connections. If more than N URIs are given, first N URIs are used and remaining URLs are used for backup. If less than N URIs are given, those URLs are used more than once so that N connections total are made simultaneously. The number of connections to the same host is restricted by the –max-connection-per-server option. See also the –min-split-size option. Possible Values: 1-*, Default: 5, Tags: #basic, #http, #ftp |
verbose |
whether to print the downloading command line? |
... |
other parameters to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.