wget --no-check-certificate --content-disposition https://github.com/joyent/node/tarball/v0.7.1 | |
# --no-check-cerftificate was necessary for me to have wget not puke about https | |
curl -LJO https://github.com/joyent/node/tarball/v0.7.1 |
This comment has been minimized.
This comment has been minimized.
That's great. Thanks!!! |
This comment has been minimized.
This comment has been minimized.
This was driving me crazy, thanks! |
This comment has been minimized.
This comment has been minimized.
Fantastic!! thank you |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
Thanks :) :D |
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
cheers! |
This comment has been minimized.
This comment has been minimized.
Work! Amazing |
This comment has been minimized.
This comment has been minimized.
thx! |
This comment has been minimized.
This comment has been minimized.
Thx! |
This comment has been minimized.
This comment has been minimized.
For people who like the long, more understandable form of curl options to be used in scripts:
curl --location --remote-header-name --remote-name https://github.com/joyent/node/tarball/v0.7.1 |
This comment has been minimized.
This comment has been minimized.
Don't know why |
This comment has been minimized.
This comment has been minimized.
None of these examples work for me. 404 is returned. |
This comment has been minimized.
This comment has been minimized.
thanks for this!
This likely means your URL is invalid (the file isn't on the server) |
This comment has been minimized.
This comment has been minimized.
Source: https://curl.haxx.se/docs/manpage.html#-J Generally, one shouldn't blindly use command options without knowing what they do. |
This comment has been minimized.
This comment has been minimized.
TQ |
This comment has been minimized.
This comment has been minimized.
Thank you so much |
This comment has been minimized.
This comment has been minimized.
nice nice |
This comment has been minimized.
Thanks!😉