home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SFFDOWN.ZIP / SFFDOWN.TXT < prev   
Encoding:
Text File  |  1992-03-29  |  5.4 KB  |  168 lines

  1.  
  2.  
  3. SFFDOWN  v3.2  from Bob Zimmerman                                    Page 1
  4. ---------------------------------------------------------------------------
  5.  
  6.  
  7. Overview:
  8. ---------
  9.  
  10. SFFDown is a door program for Spitfire Bulletin Boards. It will create a
  11. list of all files on the board. The user can then download the list of
  12. files. 
  13.  
  14. Some of the features of this program are:
  15.  
  16. 1.   The file list is built when the user is ready to download it. This
  17.      makes sure that the list is complete.
  18.  
  19. 2.   The file list only contains files from those file areas that the user
  20.      is authorized for. Other file areas are not listed.
  21.  
  22. 3.   The door will optionally Zip the file before transmitting the file.
  23.  
  24. 4.   The file is deleted after the download. This eliminates the need to
  25.      keep a file on disk at all times.
  26.  
  27. 5.   Support for up to 99 nodes concurrently The file is deleted after the
  28.      download. This eliminates the need to keep a file on disk at all
  29.      times.
  30.  
  31.  
  32.  
  33.  
  34. Installation:
  35. -------------
  36.  
  37. 1.   Create a directory called SFFDOWN. The drive should have at least 150k
  38.      of free disk space to generate the file list.
  39.  
  40. 2.   Unzip the files in SFFDOWN into that directory.
  41.  
  42. 3.   PKZIP and DSZ should be in your path.
  43.  
  44.  
  45. 4.   Now you must "hook" this door into a menu. There are a number of
  46.      places in Spitfire to install this door. The first is on the File
  47.      Menu. Another is the Doors Menu. You may also install it on an
  48.      Extended Menu.
  49.  
  50.  
  51. To install on the File Menu:
  52.  
  53. a)   Create SFFILE.BAT with:
  54.  
  55.  
  56. COPY SFFILE.DAT C:\SFFDOWN (the sffdown directory)
  57. C:
  58. CD \SFFDOWN                (cd to the SFFDOWN)
  59. SFFDOWN /LOG=C:\SF\CALLERS.TMP
  60.  
  61. SFFDOWN  v3.2  from Bob Zimmerman                                    Page 2
  62. ---------------------------------------------------------------------------
  63.  
  64.  
  65. b)   Finally, edit the SFFILE.MNU file to allow users to use the Sysop
  66.      Configurable option (option K).
  67.  
  68.  
  69.  
  70.  
  71.  
  72. To install as a Door
  73.  
  74. a)   Edit the SF.BAT file.
  75.      Add the following lines at the appropriate door label: (see your
  76.      Spitfire manual for more)
  77.  
  78.  
  79.      COPY SFDOORS.DAT C:\SFFDOWN (sffdown directory)
  80.      C:
  81.      CD \SFFDOWN                 (cd to the SFFDOWN)
  82.      SFFDOWN /LOG=C:\SF\CALLERS.TMP
  83.      GOTO LOOP
  84.  
  85.  
  86. b)   Edit the appropriate .MNU file to install it.
  87.  
  88.  
  89.  
  90. Command Line Parameters:
  91. ------------------------
  92.  
  93. The following command line parameters are optional:
  94.  
  95.      /LOG=          specify the location of the CALLERS.TMP  file that will
  96.                     be used to log status.
  97.      /NOLOG         requests no logging at all
  98.  
  99.      If both the above options are omitted, a log called PRIVATE.LOG will
  100.      be maintained in the SFFDOWN directory.
  101.  
  102. SFFDOWN  v3.2  from Bob Zimmerman                                    Page 3
  103. ---------------------------------------------------------------------------
  104.  
  105.  
  106. Registration and support
  107. ------------------------
  108. All questions should be directed to:
  109.                                         Bob Zimmerman
  110.                                         Sysop - The Mainframe BBS
  111.                                         708-223-2344 9600/2400/1200
  112.  
  113.                                         The Mainframe
  114.                                         PO Box 1387
  115.                                         Arlington Heights, IL 60006
  116.                                         Compuserv 72371,1700
  117.  
  118. The above mailing address should be used for the registration fee. For the
  119. current version (3.x), registration is $15.00. When this is received, a ZIP
  120. file will be created on my BBS and made available for you to download. If
  121. you want me to send you the disk and this manual printed, add $5 for 5 1/4
  122. disk or $7 for 3 1/2 disk.
  123.  
  124. Registration will get you a specially compiled version that eliminates the
  125. front end "unregistered copy" message. 
  126.  
  127. You are granted 30 days to evaluate this program. After that 30 day period,
  128. if you choose to continue running this program, you must register the
  129. product!
  130.  
  131. SFFDOWN  v3.2  from Bob Zimmerman                                    Page 4
  132. ---------------------------------------------------------------------------
  133.  
  134.  
  135. Update History
  136. --------------
  137.  
  138. 1.1       Added totals at the end of every file area (for that file area.
  139.           This was per a request from Tom Kellen.
  140.  
  141. 1.2       Works with version 2.8 of Spitfire... Will not work with previous
  142.           version.
  143.  
  144. 1.3       Added the /VERTIME keyword. This will prevent someone from
  145.           begining a download if they do not have enough time left.
  146.  
  147. 3.0       Total Rewrite of SFFDown... Will be working on replacing some of
  148.           the features that are no longer in this version due to the
  149.           conversion to SF 3.0.
  150.  
  151.           This version supports unlimited file areas and is able (when
  152.           available) to support Spitfire 3.1 CD -Rom support.
  153.  
  154.           It also has an enhanced file i/o scheme that makes the extract
  155.           extremely fast.
  156.  
  157.           The current release no longer supports /VERTIME or  /FILE
  158.           parameters.
  159.  
  160. 3.1       SFFDown now uses Z_IO Pascal routines making it faster than ever!
  161.           Z_IO routines are special file sharing routines I have put
  162.           together for Pascal and are tuned for speed!
  163.  
  164. 3.11      Now supports CDROM file areas.
  165.  
  166. 3.2       Now supports Multi-Line Descriptions added in Spitfire version
  167.           3.2.
  168.