I've never really understood why it's a thing to use a telnet client for transmitting text on a socket for purposes other than telnet. My understanding is that telnet is a proper protocol with escape sequences/etc, and even that HTTP/SMTP/etc require things like \r\n for line breaks. Are these protocols just... close enough that it's not a problem in practice for text data?
degamad|18 days ago
These days we have netcat/socat and others, but they're not reliably installed, while telnet used to be generally available because telnetting to another machine was more common.
These days, the answer would be to use a netcat variant. In the past, telnet was the best we could be confident would be there.
prmoustache|18 days ago
SoftTalker|18 days ago
indymike|18 days ago
linuxftw|18 days ago
teddyh|18 days ago
swinglock|18 days ago
prmoustache|18 days ago
unknown|18 days ago
[deleted]