home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3774 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!nigel.msen.com!nigel.msen.com!not-for-mail
  2. From: emv@msen.com (Edward Vielmetti)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: ftp network programming
  5. Message-ID: <14hm2tINNchp@nigel.msen.com>
  6. Date: 21 Jul 92 18:46:39 GMT
  7. References: <1992Jul21.125502.15575@homebase.vistachrome.com>
  8. Organization: Msen, Inc. -- Ann Arbor, Michigan
  9. Lines: 20
  10. NNTP-Posting-Host: nigel.msen.com
  11. X-Newsreader: Tin 1.1 PL3
  12.  
  13. mark@homebase.vistachrome.com (Mark Alexander) writes:
  14. : I am trying to learn how to write a C program which uses the 
  15. : socket library to connect to a remote ftp server and negotiate
  16. : file transfers.  I am having a bit of a hard time although I
  17. : believe I understand a good deal of what needs to be done.
  18.  
  19. look at
  20. - "ftpget", from ftp.uunet.ca
  21. - "mirror", from a number of sites including
  22.     ftp.uu.net:networking/archival/mirror
  23.  
  24. the first is in C, the 2d is in perl, both of them speak FTP and
  25. deal with file transfers.
  26.  
  27. you might also take a peek at 
  28.     alex.sp.cs.cmu.edu:/
  29. and take a look at Vince Cate's "alex" system, which builds a file
  30. system on top of FTP servers.
  31.  
  32.     --Ed
  33.