home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sfm12b2.zip / default.sfm next >
Text File  |  1997-08-21  |  2KB  |  66 lines

  1. ; Default SFM v1.2+ config file
  2. ;******************************
  3.  
  4. ; Host name : Port (default is 21)
  5. Host = hobbes.nmsu.edu
  6.  
  7. ; User name (default is 'anonymous')
  8. ; User = ftp
  9.  
  10. ; Password (default is '-mirror@')
  11. ; Password = password
  12.  
  13. ; Remote system type (default is 'Auto' - autodetect)
  14. ; Valid types are : Unix, OS2, Netware, PowerWeb
  15. ; Warning !!! Be carefull with this parameter
  16. ; Remote = Netware
  17.  
  18. ; Login retries and timeout between each retry
  19. ; Default is 1 try; 0 - continuous
  20. ; Defualt timeout is 60 sec
  21. ; LoginRetries = 10, 30
  22.  
  23. ; Mirror log (default is 'Mirror.Log')
  24. Log = default.log
  25.  
  26. ; Pausing xx seconds after mirror or waiting for any key
  27. ; To disable it set value 0 (default)
  28. ; PauseAfterMirror = 0
  29.  
  30. StartupRemoteDir = /pub
  31.  
  32. StartupLocalDir  = E:\Tmp
  33.  
  34. ; Default mirror mode
  35. ; 0 - only files in current dir
  36. ; 1 - mirror whole tree    (default)
  37. ; 2 - tree -> single dir
  38. ; MirrorMode = 0
  39.  
  40. ; Force SFM to REGET files (default is 'No')
  41. ; ForceReGet = Yes
  42.  
  43. ; Start date to mirror
  44. ; You may use '-7' to mirror files not more than 7 days old
  45. ; Default - mirror ALL files
  46. StartDate   = -30
  47.  
  48. ; Files mask
  49. ; Use dash (-) in Mask to exclude files
  50. ; Masks can be separated with ';'
  51. FileMask = -*.bak;-*.bbs;-*.diz;-descript.ion
  52.  
  53. ; Files with index (i.e. files.bbs, descript.ion, 00index.txt, etc)
  54. ; !!! Not working yet
  55. IndexFiles = files.bbs;descript.ion
  56.  
  57. LocalIndex = files.bbs
  58.  
  59. ; Maximum file size to mirror (default is 0 - disabled)
  60. ; MaxFileSize = 1024
  61.  
  62. ; List of directories to be mirrored
  63. ; Format : RemoteDir[;LocalDir][;Mode][;StartDate][;Mask]
  64. ; !!! Masks can be separated with ':'
  65. Dir = incoming
  66.