Login  
Search All Forums
Dart Home | PowerTCP Telnet for .NET | Custom Development Reply | PowerTCP Telnet for .NET Topics | Forums   
AuthorForum: PowerTCP Telnet for .NET
Topic: Turn off Echo
kdwalker

From: Glendale, AZ USA
Posts: 6
Member Since: 08/17/05
posted March 25, 2015 5:13 PM

I have tried to turn off echo back from the server but it still receives the data sent to the server.

none of the following options has turned off echo:

Telnet tn = new Telnet();
tn.Echo = OptionState.RequestOff;

tn.ServerOptions.Add(new Option(OptionCode.Echo, null, OptionState.RequestOff));
          
tn.LocalEcho = false;


Is there some other option that will turn off echo back from the server.

Thanks
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted March 26, 2015 1:45 PM

Hello,

I've just tested this and we are sending the correct commands, but some servers do not respect the client's request to disable server echo. If you have a third-party application or control that is disabling server echo on your server please post the client software details and the server software name and version, and we will investigate further.

To most easily modify server echo while connected to your server, set the Telnet.Echo property. To force the option to be sent during initial negotiation, set the option in Telnet.ServerOptions.

If you explain your usage scenario we may be able to provide some recommendations to enable your desired behavior.
Reply | PowerTCP Telnet for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX