FTP下载中文文件

This commit is contained in:
dimples 2021-01-06 19:19:02 +08:00
parent 053dc7be10
commit 2a89327d18

View File

@ -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);
}
/**