Results 1 to 4 of 4
Hi.
I need to download a html file via telnet.
I tried "telnet [server] 80" and than wrote a "get" command.
but the output goes to console. I need the ...
- 03-29-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
[SOLVED] Using telnet to download file
Hi.
I need to download a html file via telnet.
I tried "telnet [server] 80" and than wrote a "get" command.
but the output goes to console. I need the output in a file.
How can I do this?
Thanks
- 03-29-2009 #2
Can't you get it via ftp?
If you can connect to port 80 assuming it runs a HTTP server, then why not try accessing it via a browser?
- 03-29-2009 #3Just Joined!
- Join Date
- Feb 2009
- Location
- USA
- Posts
- 21
just issue your GET request.Code:telnet google.com 80 > index.html
- 03-30-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Hi.
Thanks for replying.
.Code:telnet google.com 80 > index.html
This works! Strange, I thought I tried this before!
But thanks.
@ManishSinha:
Unfotunately not. The task is explicit.
I just spend hours to figure out how to do that, but it was for nothing!
Thanks



