Linux/コマンドメモ/wget
ナビゲーションに移動
検索に移動
wgetのbasic認証突破
wget --http-user={username} --http-passwd={password} {host}
dirファイルのdir指定
wget [url] --directory-prefix=/tmp/
wget --http-user={username} --http-passwd={password} {host}
wget [url] --directory-prefix=/tmp/
|
|