Created
February 18, 2016 19:55
-
-
Save u0d7i/d20a09e74c65b5788b15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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