Hey all,
Anyone here remember the commands needed to download a web page with telnet?
TAI.
--bc,
Anyone here remember the commands needed to download a web page with telnet?
TAI.
--bc,
$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. GET /PATH/TO/TXT/OR/HTML/FILE.txt.or.html HTTP/1.0^M^M
$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. GET /PATH/TO/TXT/OR/HTML/FILE.txt.or.html HTTP/1.0 Host: NAMEOFHOST.YOU.WANT.TO.CONNECT.IF.MULTI.HOMED.TLD Accept: text/html, text/plain, text/* Accept: ANY_OTHER_MIME_TYPES_COMMA_SEPARATED Accept: MULTIPLE_ACCEPT_LINES_OK Accept-Language: en User-Agent: I-AM-CORNHOLIO/1.0 IP-FOR-MY-TCP NCSA-Mosaic^M^M
Comment