본문 바로가기

Infra Architecture/windows

[ cmd ] cmd에서 sftp로 파일 전송

반응형

cmd에서 sftp로 파일 전송

sftp userid@IP 형태로 접속 후 put 파일이름을 통해 전송

D:\>dir | find "hello"
2023-01-05  ?ㅽ썑 05:11                 7 hello_ms.txt

D:\>sftp test@192.168.219.114
test@192.168.219.114's password:
Permission denied, please try again.
test@192.168.219.114's password:
Connected to 192.168.219.114.
sftp> put hello_ms.txt
Uploading hello_ms.txt to /home/test/hello_ms.txt
hello_ms.txt
반응형

'Infra Architecture > windows' 카테고리의 다른 글

[ cmd ] 특정 명령어 도움말 보기 help  (0) 2023.01.05