728x90
반응형
SAP 에서 기본으로 SFTP 를 제공하지 않아 External commnad 를 연동하여 사용하기로 하였습니다.
sftp 를 사용하는 TOOL WINSCP OR FILEZILLA 같은 TOOL을 이용하여 BAT Command 를 작성
bat 파일이 있는 경로에 저장
bat파일은 아래와 같이 셋팅 하였습니다.
“@echo off "C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open sftp://id:pw@ip:디렉터리경로 -hostkey=*" "put D:\\sapmnt\trans\tmp\test3.txt" "exit" “ (test3.txt -> 업로드 하려는 파일) |
반응형
'SAP > SAPBC' 카테고리의 다른 글
sap 텍스트 복사 붙여넣기 설정 방법 (0) | 2024.02.28 |
---|---|
메모리 사용량을 확인 할 수 있는 TCODE SM02 (0) | 2024.02.21 |
SM59 Error during the retrieval of logon data stored in secure storage (0) | 2024.02.06 |
batch job related table and logic (0) | 2024.02.06 |
how to delete local TMS configuration (0) | 2024.02.06 |