Skip to content

Commit 5d2b4e3

Browse files
authored
Revise usage and add client operation details
Updated usage instructions and added client operation section.
1 parent 526b08e commit 5d2b4e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README_CN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 加密的传输方式下(FTP over TLS),仅支持被动模式
1111
* 运行于docker环境时,仅支持被动模式
1212

13-
### 使用
13+
### 运行
1414
* 内嵌在程序中运行
1515
1. 引入依赖
1616
```xml
@@ -49,3 +49,6 @@
4949
```
5050
* 查看启动参数:`java -jar zy-ftp.jar -h`
5151
* 可通过设置系统变量进行连接泄露检测,如`-Dio.netty.leakDetectionLevel=ADVANCED`
52+
53+
### 客户端操作
54+
* 可使用FileZilla、ncftp、Python的ftplib模块、Java的Apache Commons Net库作为客户端,与服务端建立连接并执行操作。

0 commit comments

Comments
 (0)