home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN324O32.ZIP / examples / net-l.ctl < prev    next >
Text File  |  2005-02-06  |  2KB  |  47 lines

  1. ; $Id: net-l.ctl,v 1.4 2004/09/21 18:57:18 mbroek Exp $
  2. ;
  3. ; This is a sample control for a the coordinator of a large Net, whose
  4. ; Hub coordinators maintain their own segments.
  5. ; Edit fields within angle brackets as necessary (removing the brackets).
  6.  
  7. make network <nbr>        ; No "master data file"  input data is below.
  8.  
  9. outfile <explicit name>   ; use generic name if output file is very large
  10.  
  11. process    Wednesday      ; Set this day to meet deadline RC gives you
  12.  
  13. master     <directory>    ; where master files reside (default - current)
  14. update     <directory>    ; where to save received files 'till processing
  15. mailfiles  <directory>    ; where mail server places received files
  16. uploads    <directory>    ; where BBS places uploaded files (if needed)
  17. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  18.  
  19. threshold 0 -1            ; send submitted file compressed (new)
  20. arccopy z zip -jo         ; infozip
  21. arcmove z zip -jmo
  22.  
  23. arcopen a arc ew          ; accept arced segments
  24. arcopen z unzip -oj       ; accept zipped segments, unpack with infozip
  25.  
  26. notify  receipt    ; notify both receipt and errors CRASH and/or HOLD optional
  27. submit     <RC's address> ; where you send updates, CRASH and/or HOLD optional
  28. netaddress <your address> ; your network address here
  29. messages   <directory>    ; path name to mail server's network mail area
  30.  
  31. ; No other options are needed.  
  32.  
  33. data
  34.  
  35. ; Your source data goes here.  
  36.  
  37. files
  38.  
  39. Node <nbr> <explicit file name> ; node files and hub files may be intermixed
  40. Node <nbr> <explicit file name> ; if some of a Hub's nodes send you updates
  41.  
  42. Hub <nbr> <file name>     ; either generic or explicit file name, but must
  43. Hub <nbr> <file name>     ; match convention used by Hub.
  44. Hub <nbr> <file name> <notification address> ; if not "net/hub"
  45. Hub <nbr> <file name>
  46. ;      etc.
  47.