tangzy
2021-08-21 f48dac1a4593096908fca7947949162467442d58
src/main/java/org/springblade/modules/FTP/monitor.java
@@ -20,9 +20,9 @@
   //ftp服务器密码
   private static String ftpPassword = "Yly@123";
   //ftp服务器路径
   private static String ftpPath = "anbao/sql.json";
   private static String ftpPath = "anbao/wsql.json";
   @Scheduled(cron = "*/5 * * * * ?")
   @Scheduled(cron = "*/30 * * * * ?")
   public static boolean isFTPFileExist() {
      FTPClient ftp = new FTPClient();