「axel」の版間の差分
提供: FreeBSD入門
(→関連項目) |
|||
行7: | 行7: | ||
== 概要 == | == 概要 == | ||
− | + | [[axel]] は、FTPやHTTPサーバから複数のコネクションを利用して、ファイルをダウンロードするプログラムです。 | |
− | [[axel]] | + | |
− | + | ||
== インストール == | == インストール == | ||
{{pkg|axel}} | {{pkg|axel}} | ||
行48: | 行46: | ||
Visit http://axel.alioth.debian.org/ to report bugs | Visit http://axel.alioth.debian.org/ to report bugs | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== 関連項目 == | == 関連項目 == | ||
{{download}} | {{download}} |
2015年9月27日 (日) 17:48時点における最新版
axel とは、軽量ダウンロードアクセラレータ for Linuxです。
読み方
- axel
- あくせる
概要
axel は、FTPやHTTPサーバから複数のコネクションを利用して、ファイルをダウンロードするプログラムです。
インストール
pkgコマンドでインストールする場合
sudo pkg install axel
設定
システム全体の設定
/etc/axelrc は、システムワイドな設定ファイルです。 /usr/local/etc/axelrc に開発バージョンのファイルがあります。
ユーザ用設定ファイル
個人用の設定ファイルは、 ~/.axelrc に設定できます。
ports用の設定
portsのダウンロード用コマンドをaxelに置き換えると、複数コネクションダウンロード機能によって、ダウンロードのスピードアップが見込めます。 設定ファイル /etc/make.conf に以下の設定を加えます。
FETCH_CMD=axel FETCH_BEFORE_ARGS= -n 4 -a DISABLE_SIZE=yes
詳しくは、portsをご参照ください。
使い方
コマンドラインオプション
Usage: axel [options] url1 [url2] [url...] -s x Specify maximum speed (bytes per second) -n x Specify maximum number of connections -o f Specify local output file -S [x] Search for mirrors and download from x servers -H x Add header string -U x Set user agent -N Just don't use any proxy server -q Leave stdout alone -v More status information -a Alternate progress indicator -h This information -V Version information Visit http://axel.alioth.debian.org/ to report bugs