From 383fd1c2b90385dbf010b838bf6d68af3f62210c Mon Sep 17 00:00:00 2001 From: Al Berez Date: Sun, 13 Sep 2020 08:26:37 -0700 Subject: [PATCH] aria2c: how to specify destination filename (#4334) --- pages/common/aria2c.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/aria2c.md b/pages/common/aria2c.md index 1a4eb4336b..260fa88cb1 100644 --- a/pages/common/aria2c.md +++ b/pages/common/aria2c.md @@ -8,6 +8,10 @@ `aria2c {{url}}` +- Download the contents of an URL to a file: + +`aria2c -o {{filename}} {{url}}` + - Download from multiple sources: `aria2c {{url_1}} {{url_2}}`