LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Slackware 12.1 problem: raw mode telnet client ( xterm ) (https://www.linuxquestions.org/questions/linux-newbie-8/slackware-12-1-problem-raw-mode-telnet-client-xterm-698512/)

Vhann 01-19-2009 10:43 PM

Slackware 12.1 problem: raw mode telnet client ( xterm )
 
Hi all,

So, here's my problem:

I'm actually messing with HTTP requests and all that stuff ( I'm coding some C program about it, that's why ) and, when something doesn't work, I use the telnet client to test my HTTP requests, server responses, etc.

Anyway, the problem is telnet won't let me edit my input should I make any mistake ( backspace is interpreted as '^H' rather than erasing characters ) and I know this can be changed since I used Kubuntu before switching to Slackware and, on the former, telnet actually behave 'as in cooked mode'.

So, I searched the web and the telnet(1) manpage where I found that I could create a .telnetrc file in my home directory in which to write commands ( such as 'mode line' command ). I am using the same /home partition as my former Kubuntu system and there are no .telnetrc file anywhere to be seen ( I even searched the whole Kubuntu / partition via 'find /media/disk -iname "*telnet*rc*"' ). Therefore, I created a simple .telnetrc file (based on the manpage) which looks like this:
DEFAULT
mode line

Still, my problem is not fixed. Also, I recently found out another program I just forgot the name behaves exactly like telnet ( that is in a 'raw mode' like way ) making me think this issue might be system-wide rather than telnet specific.

Long story short, I would like to be able to edit my telnet input lines just like the xterm prompt actually behaves.

P.S.: If you don't understand something in this post, feel free to ask, I'll do my best to reformulate ( English is not my main language ).

Thank you for your attention.
Regards,
Vhann

w3bd3vil 01-19-2009 11:15 PM

I didnt read through your complete post, but of what I read you could simply try executing bash after you connect to the server.
Quote:

login:test
password:test
$bash
bash-3.01$
this should remove the ^H problem.

Vhann 01-20-2009 12:03 AM

Quote:

Originally Posted by w3bd3vil (Post 3414605)
I didnt read through your complete post, but of what I read you could simply try executing bash after you connect to the server.

this should remove the ^H problem.

Ah, forgot to say, I'm not using telnet to connect like one would do using ssh. Therefore there are no login and/or password required.

An example of one of my telnet session would be:
$ telnet www.linuxquestions.org 80
Trying 75.126.162.205...
Connected to www.linuxquestions.org
Escape character is '^]'.
GET /index.html HTTP/1.1<CR><LF>
Host: www.google.com<CR><LF>
Connection: Close<CR><LF>
<CR><LF>
<CR><LF>

[where <CR><LF> should be replaced by pressing the 'ENTER' key]
[Below is a snippet of what the server responded:]

HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Tue, 20 Jan 2009 05:59:08 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Location: http://www.linuxquestions.org/index.php
Vary: Accept-Encoding
Content-Length: 247
[etc.]

Regards,
Vhann

Vhann 01-20-2009 03:12 PM

Up, thank you

Vhann 04-13-2009 07:04 PM

Just remembered I created this one thread quite some time ago from now.

In case someone runs into the same problem, here's a link that helped me fix my problem:
http://www.ibb.net/~anne/keyboard.html

Regards,
Vhann

Vhann 08-21-2010 01:38 AM

Having just reinstalled xterm on my system, it seems my previous reply was incorrect (I'm posting here for my own good).

The following site is more helpful:
http://www.hypexr.org/linux_ruboff.php

In my case, adding the line "XTerm.*.backarrowKey: false" (without the quotes) to /etc/X11/app-defaults/XTerm did it. Read the aforementioned page for more infos.


All times are GMT -5. The time now is 06:43 AM.