目次

Bit torrent

クライアント

linux

torrentだけじゃなく、wgetとかの代わりにもなる。
# wget http://downloads.sourceforge.net/project/aria2/stable/aria2-1.9.3/aria2-1.9.3.tar.gz?use_mirror=jaist
※最新版は上記LINKで確認してね

# tar zxvf aria2-1.9.3.tar.gz

# cd aria2-1.9.3

# ./configure

# make

# make install

WEBからダウンロード

# aria2c http://example.org/mylinux.iso

2つのサーバーからダウンロード

# aria2c http://a/f.iso ftp://b/f.iso

BitTorrent

# aria2c http://example.org/mylinux.torrent

ファイルの中のURIをダウンロード

# aria2c -i uris.txt

使うのはこれくらいかな(^^; あとは、ダウンロード先ディレクトリの指定方法だけど、これもオプションで指定可能

# aria2c http://example.org/mylinux.torre -d /tmp/