mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
FTP下载中文文件
This commit is contained in:
parent
053dc7be10
commit
2a89327d18
@ -84,7 +84,7 @@ public class Ftp extends AbstractFtp {
|
||||
* @param 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