mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 21:28:00 +08:00
FTP下载中文文件
This commit is contained in:
parent
053dc7be10
commit
2a89327d18
@ -84,7 +84,7 @@ public class Ftp extends AbstractFtp {
|
|||||||
* @param charset 编码
|
* @param charset 编码
|
||||||
*/
|
*/
|
||||||
public Ftp(String host, int port, String user, String password, Charset charset) {
|
public Ftp(String host, int port, String user, String password, Charset charset) {
|
||||||
this(host, port, user, password, charset,null, null, null);
|
this(host, port, user, password, charset,null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user