# ReceiveFileService **Repository Path**: oschina_xiaowen/ReceiveFileService ## Basic Information - **Project Name**: ReceiveFileService - **Description**: 接受文件 HTTP 服务,NodeJS 实现,目前用于接收服务器提交的备份文件。 - **Primary Language**: NodeJS - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-08-15 - **Last Updated**: 2023-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReceiveFileService 说明 ## 简介 这是一个用于接收文件的 Web 服务,支持目录分类,可用于服务器上传备份文件等。 ## 需要的软件: node.js ## 安装依赖: 打开 install dependencies.cmd 或 npm install ## 安装 Windows 服务: 打开 install service.cmd 或 node nw.js ## 配置 修改 config.js ## 使用方法 ### 上传接口: 网址:localhost: 方法:POST POST 方法:multipart/form-data 字段: type : 文件类型,服务端分文件夹存放,这里的 type 指定目录名 file : 支持多文件