[[
Bit torrent
]]
Fool For the City
現在位置:
なみかわみやこの技術メモwikiです。
»
linux
»
Bit torrent
文書の表示
以前のリビジョン
最近の変更
索引
ログイン
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Bit torrent ====== ===== クライアント ===== ==== linux ==== * [[http://aria2.sourceforge.net/index_ja.html|aria2]] <code> torrentだけじゃなく、wgetとかの代わりにもなる。 </code> * インストール <code> # 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 </code> * 使い方 WEBからダウンロード <code> # aria2c http://example.org/mylinux.iso </code> 2つのサーバーからダウンロード <code> # aria2c http://a/f.iso ftp://b/f.iso </code> BitTorrent <code> # aria2c http://example.org/mylinux.torre </code> ファイルの中のURIをダウンロード <code> # aria2c -i uris.txt </code> 使うのはこれくらいかな(^^; あとは、ダウンロード先ディレクトリの指定方法だけど、これもオプションで指定可能 <code> # aria2c http://example.org/mylinux.torre -d /tmp/ </code>
linux/torrent.1273714374.txt.gz · 最終更新: 2010/05/13 01:32 by miyako
文書の表示
以前のリビジョン
文書の先頭へ