src/main/java/org/springblade/modules/FTP/monitor.java
@@ -109,11 +109,13 @@ } //删除本地文件 MysqlCenlint.deletes(fileName); MysqlCenlint.deletess(fileName); FtpUtil.deleteFile(ftpHost, ftpPort, ftpUserName, ftpPassword, "anbao/", fileName); //is.close(); ftp.completePendingCommand(); return true; } return true; } //InputStream is = ftp.retrieveFileStream(new String(file.getBytes("GBK"), FTP.DEFAULT_CONTROL_ENCODING));