FIle Server

<< Click to Display Table of Contents >>

Navigation:  Web Server >

FIle Server

The Web Server can also work as a file server. You can use this feature to for example provide a centralized client server list script file (See the topic on Centralized server list for more information) or provide any file you want.

 

To use this feature, just create a folder named public inside the http folder in the server installation directory:

 

WebServer_FileServer

 

All files and subfolders within the public folder will be accessible through the Web Browser (or third-party systems) via the URL http://<IP>:<PORT>/public

 

For example, a servers script file servers.dssf can be accessed through the URL http://<IP>:<PORT>/public/servers.dssf

 

WebServer_FileServer_File