Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import system;
import java.io.*;
import java.util.ArrayList;
import java.util.HashMap;
Expand Down Expand Up @@ -38,7 +39,9 @@ public class FtpUtil {

/** ftp登录密码 */
private String password;


private String identificator;

/**
* 命令 语句 编码(控制发出去的命令的编码)
* 如:在删除时,发出去的指令由于此处的编码不对应的原因,乱码了;(找不到目标文件)导致删除失败
Expand Down Expand Up @@ -787,4 +790,4 @@ public void releaseResource() throws IOException {
}
ftpClient = null;
}
}
}