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
access:sysop [2022/03/09 19:57] – [Miscellaneous] Completed most of them. Still a couple to go. Andreaccess:sysop [2022/04/03 13:38] – [OS & Files] Now that I'm playing with the file section, I'm noticing that some string commands were missing. Andre
Line 83: Line 83:
 | GET [path/file]     | Download file                               | Download a file from any directory on the BBS host system. The file does not have to be in the file database. | | GET [path/file]     | Download file                               | Download a file from any directory on the BBS host system. The file does not have to be in the file database. |
 | PUT [path/file]     | Upload file                                 | Upload a file to any directory on the BBS host system without having to add it to the file database. | | PUT [path/file]     | Upload file                                 | Upload a file to any directory on the BBS host system without having to add it to the file database. |
 +| OLD                 | Remove/Edit/Move un-downloaded files        | Remove, edit, or move files that have not been downloaded since the new-scan date.\\ \\ Can be followed by ''LIB'' or ''ALL'' to affect files in all directories of the current library, or all directories in all libraries. |
 +| OLDUL               | Remove/Edit/Move old uploaded               | Remove, edit, or move files that were uploaded before the new-scan date.\\ \\ Can be followed by ''LIB'' or ''ALL'' to affect files in all directories of the current library, or all directories in all libraries. |
 +| UPLOAD              | Bulk local upload                           | Bulk add files to the database that are already on the BBS host's local disk.\\ \\ Can be followed by ''LIB'' or ''ALL'' to affect files in all directories of the current library, or all directories in all libraries. |
 +| OFFLINE             | Remove/Edit/Move missing files              | Remove, edit, or move files that are in the database but are no longer on the BBS host's local disk.\\ \\ Can be followed by ''LIB'' or ''ALL'' to affect files in all directories of the current library, or all directories in all libraries. |
 | TYPE [path/file]    | View text/msg file                          | View any ASCII text or MSG format file on the system. \\ \\ Aliases CAT or LIST also invoke this command. | | TYPE [path/file]    | View text/msg file                          | View any ASCII text or MSG format file on the system. \\ \\ Aliases CAT or LIST also invoke this command. |
 | EDIT [path/file]    | File editor                                 | Edit any ASCII text or MSG format file on the system using your message editor. If the specified filename does not already exist it will be created. | | EDIT [path/file]    | File editor                                 | Edit any ASCII text or MSG format file on the system using your message editor. If the specified filename does not already exist it will be created. |
Line 90: Line 94:
  
 ==== Miscellaneous ==== ==== Miscellaneous ====
-^ Command            ^ Name                 ^ Description ^ +^ Command           ^ Name                    ^ Description ^ 
-=) CALL <Hub-ID>   | Force QWKnet callout | Forces a QWKnet callout to the <Hub-ID>. Example: ''CALL VERT''+| CALL <Hub-ID>     | Force QWKnet callout    | Forces a QWKnet callout to the specified <Hub-ID> outside of the normal timed events [[howto:dove-net|configured]] in SCFG. Example: ''CALL VERT''
-| CHAT            | Page sysop           | Users with the ''C'' exemption can use this command to page the sysop for chat. | +| CHAT              | Page sysop              | Users with the ''C'' [[access:exemptions|exemption]] can use this command to page the sysop for chat. | 
-| ECHO [string]      | Print a text message | Prints a string, including [[custom:atcodes|Message Variables (@-codes)]]. | +| ECHO [string]     | Print a text message    | Prints a string, including [[custom:atcodes|Message Variables (@-codes)]]. | 
-| EVAL [parameters]  | Evaluate JavaScript  | Evaluate a JavaScript expression and display the result. | +| EVAL [parameters] | Evaluate JavaScript     | Evaluate a JavaScript expression and display the result. | 
-| EVENT [EventID] | Execute event        | Forces a [[util:scfg:external_programs|timed event]] to execute with a [[config:semfiles|semaphore file]]. If the [EventID] is not specified, a menu of timed events will be shown. | +| EVENT [EventID]   | Execute event           | Forces a [[util:scfg:external_programs|timed event]] to execute with a [[config:semfiles|semaphore file]]. If the [EventID] is not specified, a menu of timed events will be shown. | 
-| GURU            | Guru log             | Display and optionally clear the GURU.LOG file that contains user discussions with the [[https://www.synchro.net/docs/chat_section.html#ArtificialChatGurus|system guru]] (GURU.DAT). | +| GURU              | Guru log                | Display and optionally clear the GURU.LOG file that contains user discussions with the [[https://www.synchro.net/docs/chat_section.html#ArtificialChatGurus|system guru]] (GURU.DAT). | 
-=) LOAD [filespec] | Load filespec        | Loads the text.dat from the specified filespec. |+| LOAD [file      | Load alternate text.dat | Loads a custom [[custom:text.dat|text.dat]] from the specified filename. |