ftpcp2

130 阅读1分钟
原文链接: github.com

use commons-net and commons-pool2 to build ftp connection pool

To use it in your Maven build add:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

and the dependency:

<dependency>
    <groupId>com.github.honwhy</groupId>
    <artifactId>ftpcp2</artifactId>
    <version>9212f64a2b</version>
</dependency>