Intrafoundation Software
Making Atomic Warfare Fun Again
 

Need a shoulder to cry on while trying to convince Windows to properly work with our software? Just want to chat about something related to the site? Feel free to use the forums slash news slash blog.

(Unsolicited commercial spam will be deleted, obviously.)

[Looking for something?]
Looking for something?
This is thread 122. The complete list of threads is available on the main forums page.
Subject: Telnet to UNIX with ASP
Author: Brendon
Date/Time: 9/27/2002 1:10:07 AM (122.0)
When I use tcpclient to telnet to our unix server I recieve back

ÿýÿýÿý#ÿý'ÿý$

instead of the expected login request

here is the ASP Code I tried

Dim obj
Set obj = Server.CreateObject("Intrafoundation.TCPClient")

obj.Clear()
obj.Open "mines27","23"
obj.SendRn("tcpclient")
obj.Timeout=4.0

strObjRec = obj.Recv()

Response.Write strObjRec

thanks


REPLY
Author:
Subject:
Your
Message:
Email: (optional)
(Note: For safety all HTML in your message text may be printed exactly as you typed it.)
top