I connect to my e-mail program using Telnet. The send command is as follows: ^S
However, I type ^S and the message is not sent. What gives? How do I send the message?
I connect to my e-mail program using Telnet. The send command is as follows: ^S
However, I type ^S and the message is not sent. What gives? How do I send the message?
the send command for telnet is ^x, not “s”.
MM
It’s very common for terminal programs to use the characters ^S and ^Q for “flow control”. A ^S is taken as a signal to freeze the screen (e.g., to give you time to read lines before they scroll off the top of the screen) and ^Q as a signal to resume the flow of characters.
If your email program really uses ^S as a command, you neeed to check and see if you can turn off flow control. The first question is whether the flow control is being imposed by your telnet program or by the “shell” you are communicating with on the remore machine. Check you telnet programs options or settings menus to see if there’s a flow-control setting that you can turn off. If not, you’ll need to look into the appropriate documentation for the system you are connecting with.
Yes, MozMan, I stand corrected. Still, the message is not sent.
You see, I type ^X
And, lo and behold, ^X appears on the screen. But the message is not sent.
Are you aware that the ^ represents holding down the ctrl key? That is, to send, you should be pressing ctrl-x, if I understand the problem correctly. Give it a try. Are you using pine, by chance?
Are you typing ^X (karet X) literally? “^X” usually means “control-X.” It sounds like you’re using Pine, in which case you want to press control-X.