Re: username/password prompting recognition (General questions)
thanks for the quick response.
here's what the actual login process looks like, now i have got it:
[code]
telnet (P50)
Unauthorized use of this system is prohibited.
You should be aware that it may be a criminal offense to secure unauthorized access
to any program or data in the system or to make unauthorized modifications to it s contents.
If you are not authorized by management to access this system, log out now.
login : {username}
Contrase±a de {username}:{password}
[/code]
the thing which i notice is the password field doesnt have the word password in it! would this be what is 'tripping up' the connection?
taking your above example, i guess then i would not need to set ssh1.login or ssh1.password, becuase naturally i'm feeding the telnet session myself directly - that being the case, would it be considered wrong to set these properties in this example?
thought i had this part of my program sorted, guessed wrong :)
birchsr
Complete thread:
- username/password prompting recognition - birchsr, 2008-04-16, 14:08
- Re: username/password prompting recognition - woddrazen, 2008-04-16, 15:42
- Re: username/password prompting recognition - birchsr, 2008-04-16, 16:19
- Re: username/password prompting recognition - wodDamir, 2008-04-16, 17:41
- Re: username/password prompting recognition - birchsr, 2008-04-17, 14:33
- Re: username/password prompting recognition - wodDamir, 2008-04-16, 17:41
- Re: username/password prompting recognition - birchsr, 2008-04-16, 16:19
- Re: username/password prompting recognition - woddrazen, 2008-04-16, 15:42