洪城义警-正式版后台
zhongrj
2023-08-04 8ec364949c81cf421cc98d3bbad6848ab032e14e
src/main/java/org/springblade/modules/FTP/monitor.java
@@ -41,8 +41,7 @@
         if (files.length==0){
            return false;
         }
         else {
         } else {
            for (FTPFile file : files){
               fileName = file.getName();
               InputStream is = ftp.retrieveFileStream(new String(fileName.getBytes("GBK"), FTP.DEFAULT_CONTROL_ENCODING));