davidzollo commented on code in PR #8715:
URL: https://github.com/apache/seatunnel/pull/8715#discussion_r2038699447


##########
docs/zh/connector-v2/sink/FtpFile.md:
##########
@@ -0,0 +1,359 @@
+# FtpFile
+
+> Ftp 文件接收器
+
+## 描述
+
+将数据输出到 Ftp。
+
+:::提示
+
+如果你使用的是 spark/flink,为了使用此连接器,你必须确保你的 spark/flink 集群已集成 hadoop。已测试的 hadoop 版本是 
2.x。
+
+如果你使用 SeaTunnel Engine,它会在下载和安装 SeaTunnel Engine 时自动集成 hadoop jar。你可以在 
${SEATUNNEL_HOME}/lib 下检查 jar 包以确认这一点。
+
+:::
+
+## 主要特性
+
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+
+默认情况下,我们使用 2PC 提交以确保`精确一次`。
+
+- [x] 文件格式
+  - [x] 文本
+  - [x] csv
+  - [x] parquet
+  - [x] orc
+  - [x] json
+  - [x] excel
+  - [x] xml
+  - [x] 二进制

Review Comment:
   ```suggestion
     - [x] binary
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to