Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

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

module:webfileindex [2025/07/14 13:53] – created digital manmodule:webfileindex [2025/07/18 19:22] (current) – Clarify that the user is not guest by default (as is with ecWeb) digital man
Line 1: Line 1:
-====== webfileindex ======+====== Web File Index ======
  
 Synchronet comes with a SSJS module (''[[dir:exec]]/webfileindex.ssjs'') that can be used to provide web browser access to your configured [[config:File Areas]] for viewing files listing, file contents and downloading (not uploading) files. Synchronet comes with a SSJS module (''[[dir:exec]]/webfileindex.ssjs'') that can be used to provide web browser access to your configured [[config:File Areas]] for viewing files listing, file contents and downloading (not uploading) files.
Line 7: Line 7:
   * This script relies on the built-in support((in Synchronet v3.20)) for serving files from your filebase using HTTP[S] (e.g. digest) authentication (not cookies).   * This script relies on the built-in support((in Synchronet v3.20)) for serving files from your filebase using HTTP[S] (e.g. digest) authentication (not cookies).
   * All user exemptions and restrictions, configured file area access permissions, file costs/awards (in credits), and logging are applied to files transferred in this manner.   * All user exemptions and restrictions, configured file area access permissions, file costs/awards (in credits), and logging are applied to files transferred in this manner.
 +  * By default, the web user is not authenticated and not "Guest", they're just just nobody((user #0 with no security level, flags, exemptions or restrictions)), unless/until they attempt to access a library, directory or file that has access requirements and then an HTTP authentication of the user/browser is required.
  
 ===== Configure ===== ===== Configure =====