「Linux/コマンドメモ/wget」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「 ==wgetのbasic認証突破== wget --http-user={username} --http-passwd={password} {host}」) |
|||
| 行2: | 行2: | ||
==wgetのbasic認証突破== | ==wgetのbasic認証突破== | ||
wget --http-user={username} --http-passwd={password} {host} | wget --http-user={username} --http-passwd={password} {host} | ||
| + | |||
| + | ==dirファイルのdir指定 == | ||
| + | wget [url] --directory-prefix=/tmp/ | ||
2017年2月27日 (月) 21:33時点における最新版
wgetのbasic認証突破
wget --http-user={username} --http-passwd={password} {host}
dirファイルのdir指定
wget [url] --directory-prefix=/tmp/
