Swisslog's Forum

Full Version: Telnet Login Script with Password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good afternoon
What command does the login script use to correctly pass a password? I have not found an example.

In the concrete case, I would like to log on to the following server
Server: cluster.iz3mez.it
Connection: 8000
Callsign HB9TZU and password "abcdefg" (which of course is not the correct password)

How should the script look like to send the password?
/W login
/T 5
/S $$$$

Many thanks to
Christof / HB9TZU
Hello Christof,

You need to add a wait command for the password text then send the password. Add these lines:

/W password
/S abcdefg

The /W waits until the selected text is sent by the server. After receiving this text, it sends the password. Please read the Telnet chapter in the Swisslog help to know more about these commands

73


Jordi, EA3GCV
(14-10-2023, 03:55 PM)EA3GCV Wrote: [ -> ]Hello Christof,
You need to add a wait command for the password text then send the password. Add these lines:
/W password
/S abcdefg
The /W waits until the selected text is sent by the server. After receiving this text, it sends the password. Please read the Telnet chapter in the Swisslog help to know more about these commands
Good evening Jordi.

I read the Telnet chapter in Swisslog but didn't really understand it.

With your help/input it seems to work now.

Thanks again for your prompt help.

73 de HB9TZU
Christof