mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add map support
This commit is contained in:
@@ -134,6 +134,17 @@ public class Ftp extends AbstractFtp {
|
||||
this.init();
|
||||
}
|
||||
|
||||
/**
|
||||
* 构造
|
||||
*
|
||||
* @param client 自定义实例化好的{@link FTPClient}
|
||||
* @since 5.7.22
|
||||
*/
|
||||
public Ftp(FTPClient client) {
|
||||
super(FtpConfig.create());
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
/**
|
||||
* 初始化连接
|
||||
*
|
||||
|
Reference in New Issue
Block a user