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 $$$$
Posts: 1.865
Threads: 164
Joined: May 2013
Reputation:
13
RE: Telnet Login Script with Password
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
(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.