aria2c -s1 "http://host/file.zip"-
diff --git a/ChangeLog b/ChangeLog
index 63ff3680..807c8382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-14 Tatsuhiro Tsujikawa
Set maximum number of parallel downloads for every static (HTTP/FTP) URI, torrent and metalink. See also -s and -C option. - Default: 5 + Default: 2
+ The maximum number of connections to one server for each download. + Possible Values: 1-4 + Default: 1 +
+@@ -3811,28 +3821,6 @@ pprint(r)
aria2c -s1 "http://host/file.zip"-
- Note
- |
-aria2 uses 5 connections to download 1 file by default. --s1 limits the number of connections to just 1. | -
- Note
- |
To stop a download, press Ctrl-C. You can resume the transfer by running aria2c with the same argument in the same directory. You can change URIs as long as they are pointing to the same file. |