智慧保安后台管理-外网-验收版本
Administrator
2021-11-24 47d788e075c8a4a38cb171a3ed78820aada74e8f
src/main/java/org/springblade/common/constant/FtpConstant.java
@@ -18,7 +18,7 @@
   /**
    * ftp服务器IP地址
    */
   String ftpHost_dev = "192.168.0.112";
   String ftpHost_dev = "192.168.0.199";
   /**
    * ftp服务器IP地址
@@ -34,13 +34,13 @@
    * ftp服务器用户名
    */
   //String ftpUserName = "yly";
   String ftpUserName = "anonymous";
   String ftpUserName = "arsn";
   /**
    * ftp服务器密码
    */
   //String ftpPassword = "Yly@123";
   String ftpPassword = "";
   String ftpPassword = "123456";
   /**