FTP
lxw
2022-11-03 cbb0d8423b1bbe20456e42a9670abf3a4b33d38a
src/main/java/com/whyc/service/FtpService.java
@@ -18,7 +18,7 @@
@EnableScheduling   // 2.开启定时任务
public class FtpService {
    //定时上传指定目录下文件
    @Scheduled(cron = "0 03 15 ? * FRI")
    @Scheduled(cron = "59 59 23 ? * FRI")
    private void sendFtpFile(){
        FtpHelper ftp = new FtpHelper(YamlProperties.ftpIp, YamlProperties.ftpPort, YamlProperties.ftpUserName, YamlProperties.ftpPassword);
        String fileDirName = FileDirPath.getFileDirName();