RE: Garbled characters coming through from telnet task

2003-08-04 Thread Catherine Jung (Lon)
al, but it'll work for now. Thanks very much Antoine and Nathan, Catherine -Original Message- From: Nathan Christiansen [mailto:[EMAIL PROTECTED] Sent: 04 August 2003 16:16 To: Ant Users List Subject: RE: Garbled characters coming through from telnet task I could be wron

RE: Garbled characters coming through from telnet task

2003-08-04 Thread Nathan Christiansen
I could be wrong, but it sounds like a terminal emulation problem to me. The extra characters could be the command characters to bold and underline based on a particular terminal emulation. Unfortunately, I don't know how you would go about fixing it, since the telnet task does not seem to includ

Re: Garbled characters coming through from telnet task

2003-08-04 Thread Antoine Levy-Lambert
I would advise you if you can to look for something different than telnet. You might want to use ant1.6alpha + sshexec task or rexec task. ssh (Secure Shell) is my best recommendation. telnet is not reliable precisely because of the problem you are mentioning. Cheers, Antoine - Original Mes