Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created May 31, 2019 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/c8eb8cccda4b8f2535a8c787cc1bbdd0 to your computer and use it in GitHub Desktop.
Save lunaluna/c8eb8cccda4b8f2535a8c787cc1bbdd0 to your computer and use it in GitHub Desktop.
BASIC認証で制限の掛かったサーバーからwgetする
$ wget --http-user={username} --http-passwd={password} {url}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment