home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / afm104.zip / AFM.DOC < prev    next >
Text File  |  1992-09-03  |  2KB  |  59 lines

  1. --------------------------------------------------------------------------
  2. AFM v1.00 config file * Copyright (c) 1992 Harvey Parisien  Fido 1:249/114
  3. --------------------------------------------------------------------------
  4.  
  5. AFM stands for Automatic File Mover.  If you receive TIC files, look for
  6. TICIN which is a simple TIC file receiver.
  7.  
  8.  
  9. Concept
  10. -------
  11.  
  12. SENDING...
  13.  
  14. You send a file along with a control file to a destination.  Based on the
  15. contents of the control file, the target node senses the file and moves it
  16. into the correct location on his/her system.
  17.  
  18. To send, you just run AFM SEND sendfile.ext
  19.  
  20. The sendfile.ext is documented.  It's enclosed as SEND.LST.
  21.  
  22. RECEIVING...
  23.  
  24. You receive a file along with a control file from a source node.  Based on
  25. the contents of the control file, your system checks if a predetermined
  26. password and address is OK, then moves it to a predetermined area for you.
  27.  
  28. FILES REQUIRED
  29. --------------
  30.  
  31. AFM      EXE    Main Program
  32. AFM      NUM    Counter file created by afm.exe
  33. AFM      DOC    This document
  34. AFMNODE  IN     sample receive file
  35. AFMPAR   IN     sample receive file
  36. SEND     OUT    sample send file
  37.  
  38. AFMCLEAN EXE    Maintenance Program (cleans old *.AFM files from outbound)
  39.  
  40. 0001     AFM    sample files created by SEND.OUT
  41. 00F90001 CLO    sample files created by SEND.OUT
  42. MAX      LOG    sample log entries
  43.  
  44. The *.IN and *.OUT files are documented.
  45.  
  46. You might have in your nightly maintenance routine the following batch
  47. commands...
  48.  
  49. AFMCLEAN c:\max\msg\outmail
  50. AFM AFMNODE
  51. AFM AFMPAR
  52. AFM SEND STUFF
  53.  
  54. ... note you DO NOT USE EXTENSIONS.  Your files must have IN or OUT extensions
  55. for AFM to function.
  56.  
  57. ... each area can be checked separately so you might do certain things more
  58. than once a day, others nightly, and others weekly (using chkday.com).
  59.