Skip to content

Instantly share code, notes, and snippets.

@tdl
Created October 15, 2012 11:41
Show Gist options
  • Save tdl/3892056 to your computer and use it in GitHub Desktop.
Save tdl/3892056 to your computer and use it in GitHub Desktop.
Download file with HTTP basic auth, don't check SSL certificates
wget --no-check-certificate --user=xyz --password=abc <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment