ezgator 오류 처리
This commit is contained in:
@@ -153,8 +153,10 @@ public class RemoteTransfer {
|
|||||||
} catch (Exception e) {
|
} 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());
|
File chkFile = new File(srcFileName+BatchDirUtil.getResponseRootExt());
|
||||||
chkFile.createNewFile();
|
chkFile.createNewFile();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user