Hi!
Can somebody tell on how to send login and password info in SCO or IBM AIX Unix thru windows telnet or customized client telnet automatically?
I've tried this thing:
WinsockClient.SendData "guest" & vbcrlf == login data
WinsockClient.SendData "password" & vbcrlf === password data
When attempting to send the password data it doesn't work at all.
any ideas?


Reply With Quote