1 Star 0 Fork 0

lihailongs / UploadServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

HYUploadServer

An Hyper Http file upload server

高性能HTTP文件上传服务器

Features

  • 大文件HTTP上传,文件大小不受限制
  • HTTP上传断点续传支持
  • 支持HTML5浏览器上传进度显示
  • 支持IE8及以下浏览器上传进度显示
  • 支持1000个实时并发连接
  • 无缓冲即时写入
  • 支持查看客户在线连接 用 http://ip:port/lists
  • Compatible with Chrome, FireFox, Safari, IE,Opera and Edge

Installation

  • 第一步:解压文件到一个硬盘目录,例如d:\hyfileserver

  • 第二步:修改配置文件
    修改d:\hyfileserver\conf\config.xml文件里的目录设置
    将所有 dir= 变量指向的目录修改为硬盘上实实在在存在的目录

  • 第三步:安装服务
    执行cmd打开命令行窗口按步骤输入以下命令:
    d:
    cd hyfileserver
    HYFileServer.exe -i

  • 第四步:启动服务
    打开系统的服务管理器,找到Hyper Http Upload Service服务启动它。

  • 第五步:在浏览器里输入 http://127.0.0.1:8021 查看
    如果能够出现网页说明安装成功
    点击 一个上传文件连接 按钮试试上传一个文件。
    如果要在其它机器访问上传服务器页面,请将127.0.0.1用安装服务器的计算机的IP地址取代。
    如果外部机器还不能访问,看看防火墙是否关闭。
    端口8021可以在config.xml修改。

  • 第六步:如果要进一步了解上传服务器,请查看 d:\hyfileserver\doc\文件上传服务器使用手册.pdf 文件

  • Linux 执行
    ./hyupdsrv
    如果要作为守护进程,执行
    ./hyupdsrv -d

Contact

Design

See (doc)

MIT License Copyright (c) 2017 wenshui2008 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

An Hyper Http file upload server 展开 收起
HTML 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lihailongs/UploadServer.git
git@gitee.com:lihailongs/UploadServer.git
lihailongs
UploadServer
UploadServer
master

搜索帮助