home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fiftp02b.zip / SAMPLE.CFG < prev   
Text File  |  1996-03-21  |  3KB  |  92 lines

  1. ;  Sample FiFTP config file.
  2. ;
  3. ;  This file must be in the current directory when you invoke FiFTP
  4. ;
  5. ; The following keys are required for correct operation of FiFTP
  6. ;
  7. ; Address - your 3 or 4d fido address
  8. ;
  9. ; Fidohost - the 2d (if in your zone) or 3d fido address of your FTPHUB
  10. ;
  11. ; Hold - The base outbound directory for your Binkley config *NOTE* This 
  12. ;        entry should be the same as the one you use in your Binkley.cfg,
  13. ;        the actual directory name will be inferred from the difference
  14. ;        (if any) between the zone numbers of you and your FTPHUB
  15. ;        FiFTP wil process binkley style .HLO files only that it finds in
  16. ;        this directory, that have a root name that match the Fidohost 
  17. ;        that you are picking up from.
  18. ;
  19. ; Inbound - The directory you want files placed into from the HUB
  20. ;
  21. ; Host - the internet host name of your FTPHUB
  22. ;
  23. ; Username - The username you use to log into your FTPHUB account
  24. ;
  25. ; Password - The password you use to log into your FTPHUB account
  26. ;
  27. ; **Remotein, Remoteout, and Busydir are relative to the login directory!**
  28. ;
  29. ; Remotein - The directory on the FTPHUB where you leave files 
  30. ;
  31. ; Remoteout - The directory on the FTPHUB where you get files
  32. ;
  33. ; SendDir - A drive & path to a directory where files may be to send 
  34. ;           that don't appear in the .HLO file.  If this verb is used, 
  35. ;           *ALL* files in this directory will be sent tothe Remotein 
  36. ;           directory, and then *DELETED*  Handle with care.
  37. ;
  38. ; BusyDir - The directory on the FTPHUB where you place a busy flag (*.BSY)
  39. ;
  40. Address 1:215/705.5
  41. Fidohost 270/101
  42. Hold d:\binkley\files\outbound
  43. inbound h:\inbound\prot
  44. HOST ftp.paonline.com
  45. username testuser
  46. PASSWORD xxxxxxxx
  47. remotein incoming
  48. remoteout outgoing
  49. busydir incoming
  50. ;
  51. ; The following keys are not needed for correct operation, but will allow
  52. ; you to tune your configuration.
  53. ;
  54. ; Tariff - the charge for one minute of connection to your ISP (default 0)
  55. ;
  56. ; ContactTimer - the number of minutes that can fail to contact the host
  57. ;                before we decide the link is dead.
  58. ;
  59. ; Maxfail - the number of failed file xfer attempts before we decide to abort.
  60. ;
  61. ; Loglevel - The level of logging you want (binkley style 0 - 6)
  62. ;
  63. ; LogDir - The directory where the logfile should go. Default if this verb
  64. ;          is omitted is the CWD where fiftp is invoked.
  65. ;
  66. ; Worktimer - Set this to the number of minutes that are allowed with no 
  67. ;             perceived work being accomplished before the session is aborted.
  68. ;             Minimum is 5 minutes.  If this verb is omitted, a default of 
  69. ;             15 minutes is used.
  70. ;
  71. ; Nodelete - This verb is to facilitate testing, it will suppress deleting
  72. ;            files (outgoing and incoming).
  73. ;
  74. ; Nocopy - Supress copying files (and deleting!) but go through everything 
  75. ;          else you normally have to do, good for testing.
  76. ;
  77. ; MailMask - Supplies the root filename for mail bundles to you, to allow
  78. ;            them to be picked up first.  Bulk mail feeds from PAONLINE are
  79. ;            0000fffd and are automatically detected.
  80. ;
  81. tariff 15
  82. ContactTimer 30
  83. Maxfail 10
  84. Loglevel 6
  85. Worktimer 5
  86. Mailmask 0037fda4
  87.  
  88.  
  89.  
  90.  
  91.  
  92.