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"; /**