ezgator 오류 처리

This commit is contained in:
25W0103
2025-12-09 17:12:08 +09:00
parent cb493a99c6
commit 618ed7bb74
@@ -153,8 +153,10 @@ public class RemoteTransfer {
} catch (Exception e) {
}
EzgatorUtil.store(vo.getSysIp(), vo.getSysPort(), rmtFileTrsmtPathName + "/" + rmtTrsmtFileName, srcFileName);
boolean ezStorYn = EzgatorUtil.store(vo.getSysIp(), vo.getSysPort(), rmtFileTrsmtPathName + "/" + rmtTrsmtFileName, srcFileName);
if(!ezStorYn) {
throw new Exception("Ezgator 모듈 이용한 파일 송신 실패!");
}
File chkFile = new File(srcFileName+BatchDirUtil.getResponseRootExt());
chkFile.createNewFile();