「Btpd」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「Category:インターネットアプリケーション en:Btpd [http://github.com/btpd/btpd/wiki/Using-btpd btpd] は BitTorrent クライアントデーモンで...」) |
Kusakata.bot (トーク | 投稿記録) (update Pkg/AUR templates) |
||
49行目: | 49行目: | ||
*[http://github.com/btpd/btpd GitHub] Project Page |
*[http://github.com/btpd/btpd GitHub] Project Page |
||
*[http://github.com/btpd/btpd/wiki/Using-btpd GitHub Wiki] |
*[http://github.com/btpd/btpd/wiki/Using-btpd GitHub Wiki] |
||
− | *{{AUR|btpd-webui-cvs}} in AUR |
+ | *{{AUR|btpd-webui-cvs}}{{Broken package link|{{aur-mirror|btpd-webui-cvs}}}} in AUR |
− | *{{AUR|gbtpd}} is a GTK+ Btpd frontend |
+ | *{{AUR|gbtpd}}{{Broken package link|{{aur-mirror|gbtpd}}}} is a GTK+ Btpd frontend |
2017年5月11日 (木) 08:00時点における版
btpd は BitTorrent クライアントデーモンです。
インストール
AUR から btpdAUR をインストールすることができます。
設定
Btpd に設定ファイルはありません。オプションはフラグを使って適用します (man btpd
を参照)。
操作
btpd の操作にはコマンドラインインターフェースの btcli を使います。
Add foo.torrent, with content dir /home/user/foo.torrent.d/, and start it:
$ btcli add -d /home/user/foo.torrent.d foo.torrent
Same as above without starting it:
$ btcli add -N -d /home/user/foo.torrent.d foo.torrent
Display a list btpd’s torrents and their number, size, status, etc:
$ btcli list
Same as above, but only for torrent 12 and my.little.torrent:
$ btcli list 12 my.little.torrent
Same as above but only for active torrents:
$ btcli list -a
Use a custom list format:
$btcli list -f "btcli list -f "%n\t%#\t%p%s\t%r\n"
bar.torrent と7番の torrent を開始:
$ btcli start bar.torrent 7
7番の torrent を停止:
$ btcli stop 7
アクティブな torrent を全て停止:
$ btcli stop -a
bar.torrent と関連する情報を btpd から削除:
$ btcli del bar.torrent
アクティブな torrent のアップ/ダウンロードの状態を表示:
$ btcli stat
5秒ごとに状態を表示:
$ btcli stat -w 5
上記と同じ、ただしアクティブな torrent それぞれの状態を表示:
$ btcli stat -w 5 -i
btpd をシャットダウン:
$ btcli kill
参照
- GitHub Project Page
- GitHub Wiki
- btpd-webui-cvsAUR[リンク切れ: アーカイブ: aur-mirror] in AUR
- gbtpdAUR[リンク切れ: アーカイブ: aur-mirror] is a GTK+ Btpd frontend