in reply to Re: How can I send Ctrl-D over Telnet session
in thread How can I send Ctrl-D over Telnet session

Since asked for CTRL-D, I'd use "\cD" instead.

- tye        

  • Comment on Re^2: How can I send Ctrl-D over Telnet session

Replies are listed 'Best First'.
Re^3: How can I send Ctrl-D over Telnet session
by RMGir (Prior) on Sep 10, 2008 at 15:39 UTC
    That works... I didn't know that escape, thanks!

    Mike