ftp.properties 723 B

1234567891011121314151617181920212223242526
  1. # 첨부파일 저장용 FTP 계정
  2. attach.service.ip = 160.1.17.111
  3. attach.user.id = ftpu01
  4. attach.user.pwd = ftpu01
  5. attach.dir.local = /user/ftpu01/files/attach
  6. attach.dir.remote = /user/ftpu01/files/attach
  7. attach.service.host = unix
  8. attach.service.mode = bin
  9. # 배치 결과 파일 저장용 FTP 계정
  10. batch.service.ip = 160.1.17.111
  11. batch.user.id = ftpu01
  12. batch.user.pwd = ftpu01
  13. batch.dir.local =
  14. batch.dir.remote = /user/ftpu01/files/batch
  15. batch.service.host = unix
  16. batch.service.mode = bin
  17. # 임시처리 파일 저장용 FTP 계정
  18. temp.service.ip = 160.1.17.111
  19. temp.user.id = ftpu01
  20. temp.user.pwd = ftpu01
  21. temp.dir.local = /user/ftpu01/files/temp
  22. temp.dir.remote = /user/ftpu01/files/temp
  23. temp.service.host = unix
  24. temp.service.mode = bin