scummvm/doc/docportal/use_scummvm/LAN.rst

48 lines
1.8 KiB
ReStructuredText
Raw Normal View History

==================================
Using the local web server
==================================
2021-03-14 14:11:51 +00:00
ScummVM can run a local web server (LAN), to simplify the transfer of game files, saved games and configuration files between devices on the same network. This is a good option if you do not want to use the Cloud, or if ScummVM for your platform does not have cloud functionality.
2021-03-14 14:11:51 +00:00
.. note::
2021-03-14 14:11:51 +00:00
LAN functionality is not supported on all platforms.
2021-03-14 14:11:51 +00:00
This guide explains how to set up and run a local web server.
From the Launcher, select **Options**, click the **>** scroll arrow until the LAN tab is visible, and then select the **LAN** tab.
2021-03-14 14:11:51 +00:00
Click **Run server** to start the server.
.. figure:: ../images/cloud_and_lan/lan_server_running.png
2021-03-14 14:11:51 +00:00
The LAN tab, with the server running.
To access the server, type the URL shown into the address bar of any web browser:
.. figure:: ../images/cloud_and_lan/LAN_server.png
2021-03-14 14:11:51 +00:00
The server's browser interface.
2021-03-14 14:11:51 +00:00
To download a file, click on the file to open the system download dialog.
2021-03-14 14:11:51 +00:00
To create a new directory, click **Create Directory**.
.. figure:: ../images/cloud_and_lan/LAN_server_new.png
Create a new directory.
2021-03-14 14:11:51 +00:00
To upload files, click **Upload Files** and select files from the system file browser.
.. figure:: ../images/cloud_and_lan/LAN_server_upload.png
2021-03-14 14:11:51 +00:00
Upload files.
2021-03-14 14:11:51 +00:00
To change which files are accessible on the web server, set the **/root/ Path** to the directory containing the files you wish to access. You can access anything inside that directory, but you cannot access its parent directory. On some platforms ScummVM automatically sets the **/root/ Path**, but on some other platforms you need to configure this manually before running the web server for the first time.
2021-03-14 14:11:51 +00:00
To stop the web server, click **Stop server** to stop the server, or click **Ok** to close the settings dialog.