Skip to content

Commit 2499fa8

Browse files
committed
Modify README
1 parent f1eb404 commit 2499fa8

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

Plugins/FtpServer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ftp server plugin
2+
3+
## Dependence
4+
5+
- QFtpServer: https://github.com/KangLin/QFtpServer.git

Plugins/FtpServer/README_zh_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ftp 服务插件
2+
3+
## 依赖
4+
5+
- QFtpServer: https://github.com/KangLin/QFtpServer.git

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ If you want to donate the development devices to me, please contact: (email: kl2
107107

108108
| |Windows|Unix/linux|Android|MAC|
109109
|--------|-------|----------|-------|---|
110-
|FTP | | | | |
111-
|SFTP | | | | |
110+
|FTP | | | | |
111+
|SFTP | | | | |
112112

113113
- Tool
114114

@@ -167,7 +167,7 @@ Legend:
167167
|TELNET | ||||||| | | |
168168
| SSH | |||| ||| | | |
169169
|Serial port| |||| ||| | | |
170-
| FTP |…… |…… || |…… | || | | |
170+
| FTP | |…… || |…… | || | | |
171171
| SFTP | |…… || |…… | || | | |
172172

173173
Legend:
@@ -199,6 +199,7 @@ Legend:
199199
- [TELNET](Plugins/Telnet)
200200
- [Serial Port](Plugins/SerialPort)
201201
- [File transfer](Plugins/FileTransfer)
202+
- [Ftp server](Plugins/FtpServer)
202203
- [Web browser](Plugins/WebBrowser)
203204

204205
## Status

README_zh_CN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
106106

107107
| |Windows|Unix/linux|Android|MAC|
108108
|--------|-------|----------|-------|---|
109-
|FTP | | | | |
110-
|SFTP | | | | |
109+
|FTP |…… |…… |…… |…… |
110+
|SFTP |…… |…… |…… |…… |
111111

112112
- 工具
113113

@@ -165,7 +165,7 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
165165
|TELNET | ||||||| | | |
166166
| SSH | |||| ||| | | |
167167
| 串口 | ||| | ||| | | |
168-
| FTP | …… | …… || | …… ||| | | |
168+
| FTP | | …… || | …… ||| | | |
169169
| SFTP | | …… || | …… ||| | | |
170170

171171
图例:
@@ -197,6 +197,7 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
197197
- [TELNET](Plugins/Telnet)
198198
- [串口](Plugins/SerialPort)
199199
- [文件传输](Plugins/FileTransfer)
200+
- [Ftp 服务](Plugins/FtpServer)
200201
- [网页浏览器](Plugins/WebBrowser)
201202

202203
## 状态

0 commit comments

Comments
 (0)