User Tools

Site Tools


mutil_file_toss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mutil_file_toss [2016/04/19 03:43] avonmutil_file_toss [2023/01/03 00:49] (current) – added ignore case avon
Line 63: Line 63:
   allow_replace = true   allow_replace = true
      
 +
 +== Ignore Case ==
 +
 +If 'true', Mystic will do a case insensitive filename scan on case sensitive operating systems.  IE if the .TIC file has a filename of "TEST.ZIP" but the actual filename on disk is "test.zip" Mystic will toss test.zip even though technically they are not the same filename.  Note that enabling this will cause some additional disk scanning during tossing to search for files that have case variations.
 +
 +  ignore_case = true
  
 == Automatically Create New File Bases == == Automatically Create New File Bases ==
Line 84: Line 90:
 You then set a number of options as the **default values** MUTIL will apply when a file base is auto-created: You then set a number of options as the **default values** MUTIL will apply when a file base is auto-created:
  
 +  ; Display file to use 
 +  dispfile     = 
 +  ; Template to use 
 +  template     = ansiflst
   ; ACS to see the file base   ; ACS to see the file base
   acs_list       = s10   acs_list       = s10
Line 94: Line 103:
   acs_upload     = s50   acs_upload     = s50
   ; ACS to hatch files from the file base to connected nodes        ; ACS to hatch files from the file base to connected nodes     
-  acs_hatch     = s50+  acs_hatch      = s50
   ; ACS to use the file base with sysop access           ; ACS to use the file base with sysop access        
   acs_sysop      = s255   acs_sysop      = s255
Line 109: Line 118:
      
    
 +== Define Specific Auto-Create Settings Based On Sender ==
 +
 +If you want to create settings specific to certain node addresses that send your system messages - you can!
 +
 +For example, if you wanted to auto create bases that were linked to your fsxNet feed using the fsxNet HUB address of 21:1/100 , you have defined fsxNet as file group #1 in the File Group Editor, you want non-validated users (s10) to see files in the base, but only validated users (s20) to be able to download. You would set something like the following:
 +
 +  21:1/100_bad_dir       = c:\mystic\files\badfile_fsxnet\
 +  21:1/100_dir_prefix    = c:\mystic\files\fsxnet_
 +  21:1/100_allow_replace = true
 +  21:1/100_acs_list      = s10z1
 +  21:1/100_acs_ftp       = s20z1
 +  21:1/100_acs_download  = s20z1
 +  21:1/100_acs_upload    = s255z1
 +  21:1/100_acs_hatch     = s255z1
 +  21:1/100_acs_sysop     = s255z1
 +  
  
  
mutil_file_toss.1461055380.txt.gz · Last modified: 2016/04/19 03:43 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki