Skip to content

Commit 3d49a2a

Browse files
committed
released v1.3 version
1 parent 43abd4f commit 3d49a2a

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

README.en.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ feature list:
2121
7. support log and config
2222
8. supprot speeds contral
2323
9. supprot task start and end proxy forwarding
24-
10.support p2p,bt and many more(planning)
25-
11.support second pass
26-
12.support nginx upload module proxy_pass
27-
13.support download Redirect
24+
10.support p2p,bt and many more(planning)
25+
11.support second pass
26+
12.support nginx upload module proxy_pass
27+
13.support upload and download Redirect
2828

2929
## install
3030

@@ -75,13 +75,7 @@ make FLAGS=CleanAll clear
7575
3. complie
7676
4. install
7777
5. run
78-
6. use curl or postman test upload and download
79-
80-
## api list
81-
POST Method used as api server
82-
it is used as manage service.api format use to url,such as:POST /api/query/file
83-
The three-segment format is fixed,first api is a fixed,second api of query is a type,third api of file is a name
84-
support api list reference:apilist.txt
78+
6. use curl or postman test upload and download
8579

8680
## second pass
8781
The Second pass is not realized by the server, it is by the client
@@ -93,6 +87,9 @@ The realization of downloading second transmission is to first query the local f
9387
- XEngine_Release install directory
9488
- XEngine_Source code directory
9589

90+
## other problems
91+
You can refer to the document under the docment directory. It contains API protocol and service description.
92+
9693
## Participate in contribution
9794

9895
1. Fork this code

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ c c++ file storage service
2020
7. 支持详尽的日志和配置信息
2121
8. 支持传输速率控制
2222
9. 支持任务开始结束代理转发
23-
10.支持P2P,BT,数据分发(规划中)
24-
11.支持秒传
25-
12.支持NGINX UPLOAD MODULE上传代理
26-
13.支持下载重定向
23+
10.支持P2P,BT,数据分发(规划中)
24+
11.支持秒传
25+
12.支持NGINX UPLOAD MODULE上传代理
26+
13.支持上传和下载重定向
2727

2828
## 安装教程
2929

@@ -78,18 +78,16 @@ make FLAGS=CleanAll 清理编译
7878
- XEngine_Docment 文档目录结构
7979
- XEngine_Release 安装目录结构
8080
- XEngine_Source 源代目录结构
81-
82-
## API列表
83-
POST方法在本服务中用作于API.
84-
API用于管理服务器.API列表格式使用URL来识别,比如,POST /api/query/file
85-
三段格式是固定的,第一个api固定值,第二个query表示API类型,第三个file表示api名
86-
支持的API列表参考:apilist.txt
81+
8782

8883
## 秒传实现
8984
秒传的实现不是靠服务器实现的,而是靠客户端实现的.
9085
上传秒传的实现是先通过HASH查询文件是否在服务器,如果存在就不上传直接提示客户端上传成功.
9186
下载秒传的实现是先通过HASH查询本地文件保存路径,如果存在就直接下载完成.
9287

88+
## 其他问题
89+
你可以参考docment目录下的文档.里面包含了API协议和服务说明.
90+
9391
## 参与贡献
9492

9593
1. Fork 本仓库

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"XVer": {
5959
"StorageVersion": [
60+
"1.3.0.1001 Build20210625",
6061
"1.2.0.1001 Build20210618",
6162
"1.1.0.1001 Build20210611",
6263
"1.0.0.1001 Build20210501"

0 commit comments

Comments
 (0)