分类: LINUX
2008-09-09 17:27:12
The following documentation explains how to install the Windows server code, start the server daemon, and make a connection to a remote Windows server. Look for setting up a server on , and additional configuration options.
Installing the server code
Starting the server
You can start the RSE communications server with the server manually, or with a daemon.
daemon.bat
program to start a server
daemon.
daemon.bat
file to change properties for the
daemon, like a specific daemon port to use or to force a port range for the
server (in order to comply with firewalls). Note that the server daemon does not enforce any user authentication. If you run the server daemon, any user can connect to the machine, work with the file system and run commands. Use of the server daemon on Windows systems is not recommended.
The server daemon runs on port 4075 by default. You can pass the optional daemonPort argument to force a different port if you want.
If your daemon runs behind a firewall, you may want to specify the optional serverPortRange argument to restrict selected server ports to the range given:daemon.bat 4075 10000-10010
server.bat
program to start a
dstore server. The server will pick the first port available and print the port
number. By default, it is usually 4033. You will then have to enter this port
number in port property for the Files subsystem for your connection in the Remote System Explorer.
c:
cd \rseserver
server.bat [port] [timeout]