From owner-freebsd-net Wed Jun 16 7:51:17 1999 Delivered-To: freebsd-net@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 1D4CA1523D for ; Wed, 16 Jun 1999 07:51:12 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 28125 invoked by uid 1001); 16 Jun 1999 14:51:10 -0000 Date: Wed, 16 Jun 1999 10:51:10 -0400 From: Brian Reichert To: freebsd-net@freebsd.org Subject: Re: telnet library Message-ID: <19990616105110.D23025@numachi.com> References: <376754E3.66E6080@ipc.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <376754E3.66E6080@ipc.ru>; from Alexey G. Misurenko on Wed, Jun 16, 1999 at 11:40:19AM +0400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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