File: LAN.rst

package info (click to toggle)
scummvm 2.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 450,580 kB
  • sloc: cpp: 4,299,825; asm: 28,322; python: 12,901; sh: 11,302; java: 9,289; xml: 7,895; perl: 2,639; ansic: 2,465; yacc: 1,670; javascript: 1,020; makefile: 933; lex: 578; awk: 275; objc: 82; sed: 11; php: 1
file content (47 lines) | stat: -rw-r--r-- 1,868 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
==================================
Using the local web server
==================================

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.


.. note::

    LAN functionality is not supported on all platforms.

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.


Click **Run server** to start the server.

.. figure:: ../images/cloud_and_lan/LAN_server_running.png

    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

    The server's browser interface.

To download a file, click on the file to open the system download dialog.

To create a new directory, click **Create Directory**.

.. figure:: ../images/cloud_and_lan/LAN_server_new.png

    Create a new directory

To upload files, click **Upload Files** and select files from the system file browser.

.. figure:: ../images/cloud_and_lan/LAN_server_upload.png

    Upload files

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.

To stop the web server, click **Stop server** to stop the server, or click **Ok** to close the settings dialog.