On the difference between SCPClient class of ganymed-ssh2 version 262 and build210

ganymed-ssh2 is a tool library that uses SSH to connect to the server through java. The previous two versions of pom fil...
ganymed-ssh2 is a tool library that uses SSH to connect to the server through java. The previous two versions of pom file configuration are as follows:
<!--ssh connect linux--> <!-- https://mvnrepository.com/artifact/ch.ethz.ganymed/ganymed-ssh2 --> <dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>build210</version> </dependency>
<!--ssh connect linux--> <!-- https://mvnrepository.com/artifact/ch.ethz.ganymed/ganymed-ssh2 --> <dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>262</version> </dependency>

27 May 2020, 10:40 | Views: 2837

Add new comment

For adding a comment, please log in
or create account

0 comments