Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

简介:

CuteHttpFileServer/chfs是一个免费的、HTTP协议的文件共享服务器,使用浏览器可以快速访问。它具有以下特点:

  • 单个文件,核心功能无需其他文件
  • 跨平台运行,支持主流平台:Windows,Linux和Mac
  • 界面简洁,简单易用
  • 支持扫码下载和手机端访问,手机与电脑之间共享文件非常方便
  • 支持账户权限控制和地址过滤
  • 支持快速分享文字片段
  • 支持webdav协议

与其他常用文件共享方式(如FTP,飞秋,网盘,自己建站)相比,具有使用简单,适用场景更多的优点,在个人使用以及共享给他人的场景中非常方便快捷。

官网:

iscute.cn/chfs

使用经验:

软件可以设置你要共享的文件夹、使用的端口(默认80)、图片预览、地址过滤、添加SSL证书(https)、添加其他不同账户、分享页面的标题以及公告栏、按下软件左上角的启动按钮后在右边可以看到当前网络下的WEB分享地址,以及开机启动等选项。

截图:

Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

 

 

 Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

 

 

Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

 

 Windows映射文件访问:

程序默认支持webdav,跟http共用同一套访问规则。其地址为:http://host:port/webdav

Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

  

测试支持Windows XP、Windows 7、Windows 8.1、Windows 10、Debian 9、CentOS 7等系统

支持浏览器:IE:11+ √ Edge:√ Firefox:√ Chrome:√ Opera:√ Safari:√ 其他:未测试 

 

以系统服务运行

本程序不是一个服务程序,所以如果你要以系统服务运行,需要自己创建服务。下面给出Windows平台的创建服务方法(通过NSSM工具):

1, 将chfs.exe放在指定目录,假设为:d:\program\cutehttpfileserver
2, 到http://www.nssm.cc/download下载nssm
3, 将解压后的nssm程序放在d:\program\cutehttpfileserver中
4, 在d:\program\cutehttpfileserver中运行命令行,或运行命令行并CD至该目录
5, 假设你的服务名称为cute_http_file_service,命令行中输入:nssm install cute_http_file_service
6, NSSM会弹出配置对话框,在该对话框中输入程序路径以及运行参数
7, 启动服务,命令行中输入:nssm start cute_http_file_service

  参考:https://www.cnblogs.com/TianFang/p/7912648.html 

软件下载:

http://iscute.cn/tar/chfs/1.10/gui-chfs-windows.zip

备用:

本文部分内容参考转载:https://www.sunweihu.com/4699.html

Windows 搭建http文件下载服务CuteHttpFileServer/chfs V1.10

上一篇:ASP.NET MVC3 系列教程 - Razor视图引擎基础语法


下一篇:学习:Windows API核心DLL文件