Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 1999 10:51:10 -0400
From:      Brian Reichert <reichert@numachi.com>
To:        freebsd-net@freebsd.org
Subject:   Re: telnet library
Message-ID:  <19990616105110.D23025@numachi.com>
In-Reply-To: <376754E3.66E6080@ipc.ru>; from Alexey G. Misurenko on Wed, Jun 16, 1999 at 11:40:19AM %2B0400
References:  <376754E3.66E6080@ipc.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 16, 1999 at 11:40:19AM +0400, Alexey G. Misurenko wrote:
> Hello!
> 
> Did any body know C library to programming
> telnet clinet
> 
> minimal of features is
> 
> struct telnet{
>     raddr,
>     user,
>     pass
> };
> 
> send (telnet* , char*);
> recv (telnet* , char*);

Not directly., that I'm aware of.  I made a doctored version of
telnet, that I could call as a subroutine.  Not graceful, but I
was trying to retain all of the command-mode features.  I could
dregde up the code if you want.

Why must it be _telnet_, precisely?  If you are connecting to a
telnet server specifically, I could see that, but otherwise you
can just talk through a fairly raw socket...

> WBR,		Alexey G. Misurenko
> p.s. Sorry for my badly english

No problem. :) You should see me before I've had coffee...


> --
> *************************************************
> *    MAG-RIPE    mag@ipc.ru  http://www.ipc.ru/ *
> * SysAdmin of IP Comminication +7 095 737 6683  *
> *************************************************
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message

-- 
Brian 'you Bastard' Reichert		reichert@numachi.com
37 Crystal Ave. #303			Current daytime number: (603)-434-6842
Derry NH 03038-1713 USA			Intel architecture: the left-hand path


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990616105110.D23025>