Date: Wed, 16 Jun 1999 16:31:46 -0600 From: Wes Peters <wes@softweyr.com> To: Brian Reichert <reichert@numachi.com> Cc: freebsd-net@FreeBSD.ORG Subject: Re: telnet library Message-ID: <376825D2.375AE37@softweyr.com> References: <376754E3.66E6080@ipc.ru> <19990616105110.D23025@numachi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Brian Reichert wrote:
>
> 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.
If you program in C++, you may want to look into the socket++ library.
It's in ports/devel, and I think is in package form on the CD-ROM too.
--
"Where am I, and what am I doing in this handbasket?"
Wes Peters Softweyr LLC
http://www.softweyr.com/~softweyr wes@softweyr.com
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?376825D2.375AE37>
