Theme:
  

KiTTY : Logon script

Last modification : 2013/01/26 19:00

It is possible to automate some actions depending on what characters are sent by the server and printed to the screen. It's a sort of challenge response. For example it is possible to automate connection on telnet servers.
You have to create a simple text file with one line for expected characters and another line for text to send ... and so on.

Example: telnet connection where login and password are sent automatically:
login:
user1
password:
toto

Then you just have to set the full path to this file in the Connection/Data tab of the configuration box.



Back to home