-1

Is it possible to make Netcat behave exactly like Telnet?

The "-t" option doesn't seem to quite do it.

ZygD
  • 2,577
Fattie
  • 229

1 Answers1

1

No. While itay well be possible to get netcat to do what you want it to as if it were telnet, Telnet has a lot of archaic/arcane functionality built into it which is simply not present in netcat

davidgo
  • 73,366