Skip to content

Instantly share code, notes, and snippets.

@u0d7i
Created February 18, 2016 19:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save u0d7i/d20a09e74c65b5788b15 to your computer and use it in GitHub Desktop.
Save u0d7i/d20a09e74c65b5788b15 to your computer and use it in GitHub Desktop.
Correct download filename when redirected with wget and curl
$ wget --content-disposition http://somesite.org/download/php?id=123123
$ curl -J -O http://somesite.org/download/php?id=123123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment