home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 176.img / SLBBS76M.ZIP / FILES.DOC < prev    next >
Text File  |  1990-02-15  |  6KB  |  127 lines

  1.  
  2. Files System Changes - Version 1.76
  3. -----------------------------------
  4.  
  5. (1) Filename Input
  6.  
  7. The filename input prompt has been revised and allows the input of 
  8. multiple filenames, with filename completion on each file. After 
  9. entering the first filename, you may press RETURN and enter additional 
  10. filename, pressing RETURN at the prompt to complete the input sequence.
  11. Wildcards are also supported and are expanded immediately to show the 
  12. names of all files which match the wildcard.
  13.  
  14. Except for external download commands which use an indirect file (see 
  15. below), all commands require that multiple files be in the same 
  16. directory. The filename input procedure will search all directories for 
  17. the first filename entered, but after that will search only the current 
  18. directory. All wildcard entries are searched for only in the current 
  19. directory. The Download, View, and Type commands will not allow offline 
  20. files to be entered.
  21.  
  22. Unless otherwise specified, a maximum of 25 filenames may be typed. 
  23. After 25 filenames are entered, no more prompts will appear and the 
  24. selected command will begin to execute. Some commands (such as RENAME) 
  25. allow only a single filename as input.
  26.  
  27. Three new commands support input of multiple files- Edit, Passwd, and 
  28. Owner. In addition, the Passwd command includes an option to allow you 
  29. to apply the same password to multiple files.
  30.  
  31. To assist in locating files, the Files, Zippy, WideDir, Jump and New 
  32. commands can be executed directly from the filename input prompt by 
  33. typing the command letter (F,Z,W,J or N) and pressing Return. For 
  34. additional info, install the included help file SELECT.FH into your 
  35. Searchlight text directory, then enter '?' from the file input prompt.
  36.  
  37.  
  38. (2) Upload via External Protocol
  39.  
  40. All external upload commands are now executed in a Searchlight created 
  41. temporary directory, rather than in the directory areas specified in 
  42. your FILEDIR.DEF file. At the completion of the external upload, 
  43. Searchlight moves the files from the temporary directory area into the 
  44. current files area.
  45.  
  46. The temporary directory is called 'UPLOADS.BBS' and is created as a 
  47. subdirectory of the SLBBS home directory (the directory where CONFIG.BBS 
  48. is located). For multinode systems, a separate UPLOADS.BBS directory is 
  49. created for each node, eliminating possible uploading conflicts between 
  50. nodes. The UPLOADS.BBS directory is made the current directory before 
  51. the upload command begins. No changes to your upload protocol command 
  52. lines are necessary.
  53.  
  54. A note about duplicate files: As always, Searchlight issues duplicate 
  55. file warnings if filenames are entered prior to starting the upload. 
  56. Note that it is the SENDER'S responsibility NOT to send files which are 
  57. reported to be duplicates. If duplicate files are uploaded anyway, 
  58. Searchlight will reject the duplicate upload and delete it from the 
  59. UPLOADS.BBS directory.
  60.  
  61.  
  62. (3) Download via External Protocol
  63.  
  64. Three major improvements have been added to external protocol 
  65. downloading support.  First, Searchlight will pass complete filenames 
  66. rather than wildcards on the command line when the "%F" (single file) or 
  67. "%W" (multi file) metacharacters are used in the download protocol 
  68. command line.  Due to the command line length limit, a maximum of 3 
  69. filenames will be allowed with "%W" type commands. All files must be in 
  70. the same directory. 
  71.  
  72. Second, Searchlight supports the use of "indirect" files with those 
  73. external protocols which can use them. An indirect file is a text file 
  74. on disk which contains the names of the files requested for download.
  75. To use an indirect file, type the construction '@filename' on the 
  76. external protocol command line; for example,
  77.  
  78.        dsz.com sz -r @C:FILELIST.TXT
  79.  
  80. Before executing the command, Searchlight will create the file 
  81. 'C:FILELIST.TXT' and write to it the names of the files requested for 
  82. download, up to 25 files. 
  83.  
  84. The indirect file includes a full pathname for each file specified, and 
  85. may include files from multiple directories. To select files from 
  86. multiple directory areas, you must type the full or partial filename of 
  87. each file desired. Wildcards may be used, however, Searchlight will NOT 
  88. search multiple directories when matching a wildcard; only the current 
  89. directory is searched. Also, note that the "current" directory is 
  90. defined as the directory containing the last file selected. For example, 
  91. if a "Download" command is issued from directory "A", then a filename 
  92. from directory "C" is typed, then directory "C" is now the current 
  93. directory, and any subsequent wildcard will be expanded on directory "C".
  94. The new input prompt displays the current directory, as well as the 
  95. number of files selected, when a Download command is in progress.
  96.  
  97. Note that DSZ requires a drive letter on the indirect filename, which 
  98. may not be required with other programs. When an indirect file is used, 
  99. Searchlight executes the download command from the BBS home directory, 
  100. rather than the current file directory. The indirect file is also 
  101. created in the home directory, unless it includes a specific pathname.
  102.  
  103. A temporary file called FILELIST.BBS is created during external protocol 
  104. downloads. This file contains the list of selected files and is read 
  105. back in by Searchlight after the file transfer completes.
  106.  
  107. Finally, Searchlight scans the upload directory (UPLOADS.BBS) after 
  108. completing each external protocol download.  Programs which transfer 
  109. files in both directions (such as BIMODEM) can place new uploads in the 
  110. UPLOADS.BBS directory. Searchlight will find the new files and will 
  111. prompt the user for descriptions.
  112.  
  113. Please note that although no changes to your download protocol command 
  114. lines are required to make use of version 1.76, commands which use the 
  115. %W metacharacter will be restricted to a maximum of three filenames per 
  116. download. If possible, change to an indirect file (@filename) parameter 
  117. on these commands to allow for downloading of more files.
  118.  
  119.  
  120. (4) Bug Fixes
  121.  
  122. A bug which cause files >1MB in size to appear incorrectly in the file
  123. listings has been corrected.
  124.  
  125. A bug in viewing certain ZIP files has been fixed.
  126.  
  127.