From owner-freebsd-questions Fri Sep 20 03:14:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA15002 for questions-outgoing; Fri, 20 Sep 1996 03:14:26 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA14974 for ; Fri, 20 Sep 1996 03:14:21 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v42Ya-000QjpC; Fri, 20 Sep 96 12:11 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA18608; Fri, 20 Sep 1996 11:46:18 +0200 Message-Id: <199609200946.LAA18608@allegro.lemis.de> Subject: Re: Programming questions. To: jsigmon@www.hsc.wvu.edu (Jeremy Sigmon) Date: Fri, 20 Sep 1996 11:46:18 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: from "Jeremy Sigmon" at Sep 19, 96 07:39:49 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Jeremy Sigmon writes: > > > A friend of mine is looking into programming some network applications > using FreeBSD. His is just learning so he plans to make a FTP > program and TELNET program. He want to learn the guts and such. > Anyone know of any good sites with source code he can look through > and or tutorials? He (and I) have read the TCP/IP books from O'Reilly > but he is looking for specific examples. > I was really smart and told him to look in the telnet source in > usr.bin, but he was looking for more. > Any suggestions? This is more a question for -questions than -chat, so I'm following up there. I don't think that anybody without UNIX background will get much out of the telnet or ftp sources--maybe that's why he didn't like what he saw in usr.bin. I'd strongly recommend Steven's books, in particular "UNIX Network Programming", published by Prentice-Hall. O'Reilly doesn't have much in the way of network programming books. Greg