이그린연계 처리 방식 변경(FTP->SFTP)

main
이범준 3 weeks ago
parent e81801f9c9
commit 24903d350b

@ -3185,11 +3185,11 @@ public class FinePenaltyServiceImpl implements FinePenaltyService {
this.findCreateImageUpload(paramList);
String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY);
shellCmd(command);
//String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY);
//shellCmd(command);
//String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY);
//this.egreen_step5(path);
String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY);
this.egreen_step5(path);
}catch(RuntimeException e) {
e.printStackTrace();

@ -489,11 +489,11 @@ public class InputAfterServiceImpl implements InputAfterService {
this.findCreateImageUpload(paramList);
String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY);
shellCmd(command);
//String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY);
//shellCmd(command);
//String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY);
//this.egreen_step5(path);
String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY);
this.egreen_step5(path);
}catch(RuntimeException e) {
e.printStackTrace();

Loading…
Cancel
Save