chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readline.ListenRemote and telnet connection

lukasz-grabski opened this issue · comments

Hi,

I'm using readline.ListenRemote to create remote accessible shell with readline but I've noticed it does not really play nice with telnet - when I make new telnet connection I'm not getting predefined prompt by just a default telnet welcome screen:

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

The same is with netcat. I can connect to it only using readline.DialRemote :(

I really appreciate any help ...