Skip to content

Installation

liufeihong edited this page Jun 30, 2018 · 1 revision

The first step:
Decompress files to a hard disk directory, such as d:\UploadServer.

The second step:
Modify the configuration file ‘d:\UploadServer\conf\config.xml’,
Change all the directories that dir= variables are directed to the real directory on the hard disk. If not, create them by configuration file.

The third step:
Install the service
In windows,you can Open the command prompt through the CMD command, then execute the following commands:
d:

cd UploadServer

HYFileServer.exe -i

In Linux,you can execute the following commands

./hyupdsrv

If you want to use it as a daemon, please execute:

./hyupdsrv -d

The fourth step:
Start the service.

In windows you can find ‘Hyper Http Upload Service’ then start it.

In linux you can execute the following command.

./hyupdsrv

The fifth step:
Enter http://127.0.0.1:8080 in browser to see if the server running correctly.

If the upload page is normal, the installation is successful.then you can upload your file with it.

If you want to access the upload server on other hosts, please replace 127.0.0.1 with the IP address of the server in browsers.

If the external machine can’t access the server, please check the settings of the firewall to see if the default 8080 port is opened.

The sixth step:
To further understand the uploading server, please check the d:\UploadServer\doc\ to read the upload server’s manual file.

Clone this wiki locally