mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +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…
x
Reference in New Issue
Block a user