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
Next revision
Previous revision
Last revisionBoth sides next revision
module:addfiles [2021/04/18 18:37] – [Add Files] link to ADDFILES digital manmodule:addfiles [2023/03/05 14:14] – [Invoke] Updated help output digital man
Line 8: Line 8:
 ===== Invoke ====== ===== Invoke ======
 Run with [[util:JSexec]] Run with [[util:JSexec]]
-  jsexec addfiles.js+  jsexec addfiles -help
  
 <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>