Re: Sending passwords through sockets
Posted By:
Tim_Rohaly
Posted On:
Thursday, April 19, 2001 04:46 PM
I think you really need to read the TELNET RFC and
find out exactly what the protocol requirements
are. It's clear that you're not following the specification,
which is why you're not getting a response. You may
have a line termination problem - TELNET expects
as a line terminator always, even when you are connecting
from Unix or some other system that does not use that
line termination.