Intrafoundation Software

 


 

Telnet to UNIX with ASP - Forums

You may post here on any subjects related to this site or the software therein. (Most everything on this site is tied into the forums so that you may leave or post comments about it.)

List all    New Post   

Forums Telnet to UNIX with ASP

      Date: September 27 2002 03:10 AM
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
Delete    Edit    Reply