Skip to content

Instantly share code, notes, and snippets.

@michalbcz
Last active April 12, 2020 13:53
Show Gist options
  • Save michalbcz/334d7c6585850752d3640c4ef407fc22 to your computer and use it in GitHub Desktop.
Save michalbcz/334d7c6585850752d3640c4ef407fc22 to your computer and use it in GitHub Desktop.
bash get url resource (witgout wget or curl or something else)
{ echo -e "GET / HTTP/1.0\r\nHost: ftp.gnu.org\r\n\r" >&3; cat <&3 ; } 3<> /dev/tcp/ftp.gnu.org/80
@michalbcz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment