feat:【infra 基础设施】ftp、sftp 库升级与兼容

This commit is contained in:
YunaiV
2025-09-20 21:22:12 +08:00
parent a660f407d8
commit f1167638ce
4 changed files with 31 additions and 9 deletions

View File

@@ -129,7 +129,7 @@
<artifactId>commons-net</artifactId> <!-- 文件客户端:解决 ftp 连接 -->
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId> <!-- 文件客户端:解决 sftp 连接 -->
</dependency>
<dependency>