home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3993 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ufo!dnoble
  3. From: dnoble@jpl-devvax.jpl.nasa.gov (David Noble)
  4. Subject: Re: Public Domain FTP Source based on BSD Sockets
  5. Message-ID: <1992Jul29.171544.17859@jpl-devvax.jpl.nasa.gov>
  6. Organization: Jet Propulsion Laboratory (NASA)
  7. References: <45821@shamash.cdc.com>
  8. Date: Wed, 29 Jul 1992 17:15:44 GMT
  9. Lines: 23
  10.  
  11. In article <45821@shamash.cdc.com> ldh@svl.cdc.com (Lawrence D. Hare) writes:
  12. >Does anyone know whether there exists public domain source code for FTP
  13. >based on the BSD Socket Interface? Likewise for Telnet?
  14.  
  15. There is a ton of stuff like this at ftp.uu.net [137.39.1.9] under the
  16. /packages/bsd-sources directory. The two subdirectories you want are:
  17.  
  18.     ftp.uu.net:/packages/bsd-sources/usr.bin/ftp
  19.     ftp.uu.net:/packages/bsd-sources/usr.bin/telnet
  20.  
  21. You might also want to look at the RFCs that document the FTP and Telnet
  22. protocols. They are located in the directroy
  23.  
  24.     ftp.uu.net:/inet/rfc
  25.  
  26. I think RFC #854 is the one that defines the simplest layer of Telnet, but
  27. I don't know off the top of my head which RFC deals with FTP. I guess that's
  28. why there's an index in the rfc directory :-) Happy hunting...
  29.  
  30. -- 
  31. David Noble            - RPI Computer & Systems Eng, class of '92 and 1/2
  32. dnoble@ufo.jpl.nasa.gov        - JPL Section 367 System Integration & Testing
  33. dnoble@rdrc.rpi.edu         - Virtual Environment Group, RDRC/RPI
  34.