home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / FDSND_20.ZIP / FDSEND_2.NOT < prev    next >
Text File  |  1991-12-08  |  4KB  |  110 lines

  1. Revised notes on FDSEND v2.0
  2. ----------------------------
  3.  
  4. Version 2 adds the ability to send encoded messages in
  5. folders other than NetMail.  In this way, FDSEND can be
  6. used to place encoded files as messages in an echo
  7. designed specifically for the exchange of files.  SDN
  8. files are transported in a similar manner.
  9.  
  10. Using echos to exchange files formerly meant using the
  11. TICK technology -- copying files and forwarding file
  12. attach messages.  FDSEND eliminates this by using already
  13. available routing, i.e, because FDSEND encoded files are
  14. actually messages themselves, your Tosser will handle
  15. all forwarding for you!!  You receive messages in an echo
  16. area just as you would echomail messages.
  17.  
  18. To use FDSEND v2.0, you must set up a configuration file
  19. called FDSEND.CFG.  A sample file is enclosed with
  20. documentation for each setting.  The primary purpose of
  21. this file is to designate which FD folders are to be used
  22. by FDSEND for sending encoded messages.  If you've used
  23. TICK files before, you'll understand what the FDSEND.CFG
  24. file does.
  25.  
  26. Sending a file with v2.0 is nearly identical to v1 with the
  27. extra step of selecting which message folder you want to
  28. place the message in.  The list of available folders will
  29. include Netmail and ANY folders designated in the cfg file.
  30. You will not see any folders from FOLDER.FD that are not
  31. also in the cfg file.
  32.  
  33. If the folder you select is NetMail, processing continues
  34. as with version 1.  If you have selected a different folder,
  35. you will also be asked for a one line comment for the file
  36. you are sending.  This comment will be added to the header
  37. of the .MSG file for extraction upon receipt.
  38.  
  39. When you select to check for any received encoded messages,
  40. FDSEND normally scans by selected folder.   Also, FDSEND
  41. defaults to writing the extracted file(s) into your FD files
  42. directory.  With v2.0, you can specify a different directory
  43. for incoming files in the cfg file.  You can also specify
  44. the name of a text file into which FDSEND will append the
  45. name and comment (if any) following extraction.  This text
  46. file has the standard TICK format of:
  47.  
  48.   <filename>    <comment or description>
  49.  
  50. Thus, you can use existing utilities for updating file
  51. descriptions on your bbs from this text file.  TPBoard has
  52. a utility called DescComp that will do this for you; most
  53. bbs programs have something similiar.
  54.  
  55.  
  56. Receive batch
  57. -------------
  58.  
  59. Another added feature is batch mode processing of incoming
  60. files.  Using the command line:   FDSEND  /R  will trigger
  61. FDSEND in batch mode to scan all folders in your cfg file.
  62. FDSEND will enter and exit without pausing for any
  63. keystrokes and can be run in batch file processing.
  64.  
  65.  
  66. Send batch
  67. ----------
  68.  
  69. You can also send files in batch mode using the following
  70. command line arguments:
  71.  
  72.   FDSEND /S <folder> <filename> <address> <to name>
  73.  
  74. The /S selects Send batch mode, <folder> must match exactly
  75. the name of a folder in FOLDER.FD, <filename> is the full
  76. path and filename of a file to send. <address> is the full
  77. fidonet address where this file is be sent, (1:151/112 is
  78. valid;  151/112 is NOT), Point addresses are optional,
  79. <to name> is every argument following the address.
  80. Examples, J. L. Smith   James Smith   James Albert Smith
  81.  
  82.  
  83. Changes 
  84. -------
  85.  
  86. A brief note about the changed use of the FD node indexes.
  87. In version 1, FDSEND used the addressee's name as it
  88. appeared in the index file. In version 2, your ORIGINAL
  89. entry is used for the addressee's name; your selection from
  90. the index file merely selects a fidonet address.
  91.  
  92. FDRECV is dead.  All the functioning of FDRECV have been
  93. included in FDSEND and there is no longer any need for a
  94. separate receive utiltity.  FDSEND will run in receive mode
  95. without the FDS.KEY file but will not allow sending files.
  96.  
  97.  
  98. ^A Fidonet kludges 
  99. ------------------
  100.  
  101. A few notes on the ^A kludges added to messages by FDSEND.
  102. FDSEND adds a ^A kludge line for every message it sends. If
  103. a message is encoded and NOT encrypted, the line added is
  104. ^AUUE; if the message in encrypted, the ^A kludge is
  105. ^AENC. These kludges will allow software to identify 
  106. messages created by FDSEND easily.  Message bearing the 
  107. ^AUUE should NOT be prevented from passing through ANY
  108. point in a network; those containing ^AENC will probably
  109. be prevented from passing through public echo areas.
  110.