FTP下载,本地测试通过

This commit is contained in:
2018-05-07 12:10:22 +08:00
parent 0282a9f401
commit 5611620592
7 changed files with 658 additions and 11 deletions

17
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>com.fjy</groupId>
<artifactId>spring</artifactId>
<version>V2.9.9</version>
<version>V2.10</version>
<packaging>jar</packaging>
<name>spring</name>
@@ -73,7 +73,20 @@
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
<!-- https://mvnrepository.com/artifact/commons-net/commons-net -->
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>ch.ethz.ganymed</groupId>
<artifactId>ganymed-ssh2</artifactId>
<version>build210</version>
</dependency>
</dependencies>
<build>