Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created April 16, 2013 20:32
Show Gist options
  • Save berlotto/5399376 to your computer and use it in GitHub Desktop.
Save berlotto/5399376 to your computer and use it in GitHub Desktop.
How to download faster, a ISO for example.
# Using 2 connections per host
aria2c -x2 http://a/f.iso
# Using 2 sources
aria2c http://a/f.iso ftp://b/f.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment