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
util:addfiles [2010/05/01 01:55] digitalmanutil:addfiles [2023/09/24 16:19] (current) – [ADDFILES] Exclaim the deprecation digital man
Line 3: Line 3:
 The Synchronet ADDFILES utility is an external native command-line program (written in C) that may be used to add files to the Synchronet file transfer database, usually in an automated or bulk fashion. The Synchronet ADDFILES utility is an external native command-line program (written in C) that may be used to add files to the Synchronet file transfer database, usually in an automated or bulk fashion.
  
 +:!:
 +As of Synchronet v3.19, this utility has been deprecated in favor of the new ''[[module:addfiles]].js'' utility script.
 ===== Usage ===== ===== Usage =====
  
Line 49: Line 51:
    
 ==== Options ==== ==== Options ====
- +<code> 
-  -a         import ASCII only (no extended ASCII) +-a         import ASCII only (no extended ASCII) 
-  -b         synchronize database with file list (use with caution) +-b         synchronize database with file list (use with caution) 
-  -c         do not remove extra spaces from file description +-c         do not remove extra spaces from file description 
-  -d         delete list after import +-d         delete list after import 
-  -e         do not import extended descriptions +-e         do not import extended descriptions 
-  -f         include file date in descriptions +-f         include file date in descriptions 
-  -t         include today's date in descriptions +-t         include today's date in descriptions 
-  -i         include added files in upload statistics +-i         include added files in upload statistics 
-  -n         do not update information for existing files +-n         do not update information for existing files 
-  -o         update upload date only for existing files +-o         update upload date only for existing files 
-  -u         do not update upload date for existing files +-u         do not update upload date for existing files 
-  -z         check for and import FILE_ID.DIZ and DESC.SDI +-z         check for and import FILE_ID.DIZ and DESC.SDI 
-  -k         keep original short description (not DIZ) +-k         keep original short description (not DIZ) 
-  -s         search directory for files (no file list) +-s         search directory for files (no file list) 
-  -l <lib>   specify library (short name) to limit scope of Auto-ADD +-l <lib>   specify library (short name) to limit scope of Auto-ADD 
-  -x <name>  specify uploader's user name (may require quotes) +-x <name>  specify uploader's user name (may require quotes) 
 +</code>
 ==== Auto-ADD ==== ==== Auto-ADD ====
  
Line 85: Line 87:
  
 ===== See Also ===== ===== See Also =====
-  * [[:index|Utilities]] +  * [[util:index|Utilities]]