From 034c1a24159ce290c562bc3b948995e5b7f5c710 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Sat, 15 Oct 2016 00:02:45 +0530 Subject: [PATCH] Add aria2c sheet --- cheat/cheatsheets/aria2c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cheat/cheatsheets/aria2c diff --git a/cheat/cheatsheets/aria2c b/cheat/cheatsheets/aria2c new file mode 100644 index 0000000..265e0b3 --- /dev/null +++ b/cheat/cheatsheets/aria2c @@ -0,0 +1,12 @@ +# Just download a file +# The url can be a http(s), ftp, .torrent file or even a magnet link +aria2c + +# To prevent downloading the .torrent file +aria2c --follow-torrent=mem + +# Download 1 file at a time (-j) +# continuing (-c) any partially downloaded ones +# to the directory specified (-d) +# reading urls from the file (-i) +aria2c -j 1 -c -d ~/Downloads -i /path/to/file