Login  
Search All Forums
Dart Home | Custom Development Reply | General Questions Topics | Forums   
AuthorForum: General Questions
Topic: Dart PowerTCP Telnet
Ayyanathan

From: Boca Raton, FL USA
Posts: 4
Member Since: 09/24/08
posted August 27, 2009 11:46 AM

How do I send a function keystroke F4 to the Send Function in Telnet?

I am writing an automated process that has to send a function keystroke F4 to another process.

Please let me know.
Jason Farrar (Admin)

From: Oneida, NY USA
Posts: 223
Member Since: 07/24/07

Extra Support Options
Custom Application Development

posted August 28, 2009 2:25 PM

The Telnet Client samples demonstrate key mapping (i.e. when x key is pressed send x command). So that should get you started there. The thing you need to figure out is what F4 really sends in the client that is normally used as this can differ from client to client depending on what they implement. I'm assuming the connection is unencrypted. If that is the case you should be able to use a packet sniffer such as WireShark to sniff the connection and figure out what is being sent when F4 is being pressed in the client application.

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Ayyanathan

From: Boca Raton, FL USA
Posts: 4
Member Since: 09/24/08
posted August 28, 2009 6:27 PM

Okay, thanks. Another question...
 
Is it possible to connect to a server (linux box in Active Directory domain) without using a local account to the linux server but through the AD account using Dart Telnet component?
Jason Farrar (Admin)

From: Oneida, NY USA
Posts: 223
Member Since: 07/24/07

Extra Support Options
Custom Application Development

posted September 1, 2009 3:50 PM

User authentication is server side not client side. If the Telnet server you are using supports AD authentication then yes.

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Ayyanathan

From: Boca Raton, FL USA
Posts: 4
Member Since: 09/24/08
posted September 1, 2009 6:07 PM

How do I authenticate through the code without using Telnet.Connect method?
Jason Farrar (Admin)

From: Oneida, NY USA
Posts: 223
Member Since: 07/24/07

Extra Support Options
Custom Application Development

posted September 14, 2009 12:03 PM

You can't.

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Reply | General Questions Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX