1234567891011121314151617181920212223242526 |
- # 첨부파일 저장용 FTP 계정
- attach.service.ip = 160.1.17.111
- attach.user.id = ftpu01
- attach.user.pwd = ftpu01
- attach.dir.local = /user/ftpu01/files/attach
- attach.dir.remote = /user/ftpu01/files/attach
- attach.service.host = unix
- attach.service.mode = bin
-
- # 배치 결과 파일 저장용 FTP 계정
- batch.service.ip = 160.1.17.111
- batch.user.id = ftpu01
- batch.user.pwd = ftpu01
- batch.dir.local =
- batch.dir.remote = /user/ftpu01/files/batch
- batch.service.host = unix
- batch.service.mode = bin
- # 임시처리 파일 저장용 FTP 계정
- temp.service.ip = 160.1.17.111
- temp.user.id = ftpu01
- temp.user.pwd = ftpu01
- temp.dir.local = /user/ftpu01/files/temp
- temp.dir.remote = /user/ftpu01/files/temp
- temp.service.host = unix
- temp.service.mode = bin
|