• home
  • about
  • 全ての投稿
  • ソフトウェア・ハードウェアの設定のまとめ
  • 分析関連のまとめ
  • ヘルスケア関連のまとめ
  • 生涯学習関連のまとめ

aria2

date: 2021-02-08 excerpt: 高速なhttp downloader, torrent client

tag: aria2wgettorrent


高速なhttp downloader, torrent client

install

mac osx

$ brew install aria2

ubuntu

$ apt install aria2

マルチコネクションでダウンロード

例えば5本のコネクションでダウンロードする

$ aria2c -x5 ${HTTP_URL}

torrentのダウンロード

最もシンプルな例

$ aria2c "${MAGNET_OR_TORRENT_URL}"

アップロード速度を制限する

例えば100KBpsにアップロード速度を限定する

$ aria2c -u100K "${MAGNET_OR_TORRENT_URL}"

ダウンロードが完了したら自動でexitする

$ aria2c --seed-time=0 "${MAGNET_OR_TORRENT_URL}"


aria2wgettorrent Share Tweet