ソース †
展開 †
gzip -dc wget-1.9.1.tar.gz | tar xvf -
ビルド&インストール †
cd wget-1.9.1
./configure
make
su
make install
proxy指定方法 †
/.wgetrc
http_proxy=PROXY_SERVER:PORT
- 環境変数
export http_proxy="http://PROXY_SERVER:PORT/"
TIPS †
- 複数のファイルを一度に取得する(-i)
wget -i URLを列挙したファイル名
- 出力ファイル名を指定する(-o)
wget -o ファイル名 取得ファイル先URL