tangzy
2021-08-25 39e8d3929d62780ba87a48ea4824070d1ee1eae7
1.ftp
1 files modified
12 ■■■■ changed files
src/main/java/org/springblade/common/constant/FtpConstant.java 12 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/common/constant/FtpConstant.java
@@ -18,12 +18,12 @@
    /**
     * ftp服务器IP地址
     */
    String ftpHost_dev = "192.168.0.105";
    //String ftpHost_dev = "192.168.0.105";
    /**
     * ftp服务器IP地址
     */
    //String ftpHost_dev = "172.19.1.30";
    String ftpHost_dev = "172.19.1.30";
    /**
     * ftp服务器端口
@@ -44,12 +44,12 @@
    /**
     * ftp服务器路径
     */
    //String ftpPath = "yly/anbao/";
    String ftpPath = "anbao/";
    String ftpPath = "yly/anbao/";
    //String ftpPath = "anbao/";
    /**
     * 本地路径
     */
    //String localPath = "/home/zhongsong/anbao/";
    String localPath = "D:\\anbao\\";
    String localPath = "/home/zhongsong/anbao/";
    //String localPath = "D:\\anbao\\";
}