home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d109 / uupc.lha / UUpc / Source / README.DCP < prev    next >
Text File  |  1987-10-28  |  981b  |  42 lines

  1. uu/dcp             June 8, 1987        Stuart Lynne
  2.  
  3. For Beta implementors only.
  4.  
  5. This is the very first release of my version of Richard H. Lambs uucp
  6. program dcp. 
  7.  
  8. See README.UU for overview of how everything is stitched together.
  9.  
  10. Summary of Changes:
  11.  
  12.     - eliminated references to all protocols except for the 3 window
  13.       g protocol
  14.     - streamlined dcp and condensed into four files
  15.     - moved host dependant stuff to one file uuXXX
  16.     - bug fixes to get 3w g protocol to send at full speed
  17.  
  18.  
  19. dcp.c        - dcp pseudo main, high level stuff
  20. dcp.h        - header file
  21. dcpxfer.c    - file xfer
  22. dcpsys.c    - connection stuff
  23. dcpgpkt.c    - g packet protocol
  24.  
  25.  
  26. For more information, bug fixes, more commands etc:
  27.  
  28.         Stuart.Lynne@van-bc.uucp
  29.         604-937-7532
  30.  
  31.  
  32. Fixes
  33.  
  34. Jun 8/87    Added FOPEN and CREAT to recursively create directory
  35.             trees if they don't exist when a file is opened for writing
  36.             or appending
  37.  
  38. Jun 8/87    Found bug in getting file name in initial protocol sequence
  39.             Need to read more than one packet.
  40.             
  41.  
  42.