mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
FTP下载中文文件
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user