samsonl / enchanter

Automatically exported from code.google.com/p/enchanter
0 stars 0 forks source link

SendLine problem #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when I use your api to send telent commands on ssh server ,I found some 
problems about "/r/n", I think sendLine() methods should send a string ended 
with "/r/0" and not "/r/n". when use your original sendLine() methods , I've 
got 
 " Escape character is '^]'. 
  Login authentication
Password:
  %Wrong passowrd% ..

but when I changed to "/r/0" ,its ok , I think  the "/n" cause a new line was 
inputed to telnet client

Original issue reported on code.google.com by springco...@hotmail.com on 2 Nov 2009 at 2:48

GoogleCodeExporter commented 9 years ago
How did you use the api for telnet?  Did you have to write your own 
implementation?

Original comment by bennych...@gmail.com on 16 Feb 2010 at 8:34