This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

FileServer

FileServer tool is used to run a file server that allows for remote access to Unigine data (that is, resources in data folder). This tool is used together with FileClient plugin.

To run FileServer, perform the following:

  1. Choose a data directory to be shared.
  2. Run fileserver_x86.exe (in Windows) or fileserver_x86 (in Linux) from a command-line console (or the 64-bit version with x64 postfix).
The following runs the FileServer using the default port:
Shell commands
fileserver_x86

Options

  • -p PORT — port number to be listen on. The default is 8889.
  • -x FILE — files to be excluded from shared resources.
  • -v — verbose mode to list all resources accessed from a remote machine or a device in real time.

For example, to run the server on the specified port and avoid sharing of VCS files, type the following command:

Shell commands
fileserver_x86 -p 4567 -x svn
Last update: 2017-07-03
Build: ()