facebook twitter hatena line email

「Linux/コマンドメモ/wget」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「 ==wgetのbasic認証突破== wget --http-user={username} --http-passwd={password} {host}」)
(相違点なし)

2015年5月20日 (水) 03:17時点における版

wgetのbasic認証突破

wget --http-user={username} --http-passwd={password} {host}