Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
module:addfiles [2021/04/18 18:38] – [Invoke] use -help in example digital manmodule:addfiles [2023/03/05 14:14] – [Invoke] Updated help output digital man
Line 11: Line 11:
  
 <file> <file>
-usage: [-options] [dir-code] [listfile]+usage: [-options] [dir-code] [listfile] [desc-off]
 options: options:
   -all            add files in all libraries/directories (implies -auto)   -all            add files in all libraries/directories (implies -auto)
   -lib=<name>     add files in all directories of specified library (implies -auto)   -lib=<name>     add files in all directories of specified library (implies -auto)
 +  -auto           add files only to directories that have Auto-ADDFILES enabled
   -from=<name>    specify uploader's user name (may require quotes)   -from=<name>    specify uploader's user name (may require quotes)
 +  -file=<name>    specify files to add (wildcards supported, default: *)
   -ex=<filename>  add to excluded filename list   -ex=<filename>  add to excluded filename list
                   (default: FILES.BBS,FILE_ID.DIZ,DESCRIPT.ION,SFFILES.BBS)                   (default: FILES.BBS,FILE_ID.DIZ,DESCRIPT.ION,SFFILES.BBS)
Line 27: Line 29:
   -v              increase verbosity of output   -v              increase verbosity of output
   -debug          enable debug output   -debug          enable debug output
 +optional:
 +  dir-code:       File directory internal code
 +  listfile:       Name of listfile (e.g. FILES.BBS)
 +  desc-off:       Description character offset (number)
 </file> </file>