On 2005/07/21 15:32:37, Alexander Bochmann wrote: > ...on Thu, Jul 21, 2005 at 01:18:46PM +0100, Stuart Henderson wrote: > > > nc(1) doesn't work for the telnet cli on speedtouch ADSL routers, > > though. > > That's probably because, quite unlike telnet(1), > nc(1) isn't a telnet client (but you can use nc -t, > if you absolutely want to).
Actually, it's because the speedtouch cli wants cr+lf and not just lf. Unlike telnet(1), nc(1) doesn't translate these.