I'm trying to establish a winsock connection to a Nortel Router. I use :
Winsock1.Connect "1.2.3.4", "23"
But once the connection is made it doesn't send me any more data. If I do this with a Cisco router, I get some data, and then a "Username: " prompt, but I do not even get that far with Nortel...
Winsock1.Connect "1.2.3.4", "23"
But once the connection is made it doesn't send me any more data. If I do this with a Cisco router, I get some data, and then a "Username: " prompt, but I do not even get that far with Nortel...