reidwooten99 / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

problem when copy-paste a long command line in terminal while telnet-connected #695

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
a command line in telnet that works normally when using a regular computer can 
not be introduced through the terminal of the connecbot client. Or when 
introduced, the answer is such that indicates that arguments and info are still 
required

I attribute the problem to the length of the command line: 

ip neigh add 111.111.1.1 lladdr 11:11:11:11:11:11 dev br0 nud permanent

when I copy paste the command string, part of it appears in a different line. 
Once corrected, the command doesnt work with the answer that indicates that 
some information is missing.

Original issue reported on code.google.com by androidp...@gmail.com on 17 Jul 2015 at 3:20