Windows에서 리눅스로 파일 전송하기(Fedora)

반응형

Windows에서 페도라로 파일을 전송하기 위해서는 우선 Fedora에 SSH가 설치되어야 한다.

1. SSH 설치하기 - yum -y install openssh-server

다음과 같은 명령어를 입력하면 SSH가 설치가 된다.

그 후 설치가 완료되면 SSH를 재시작 해야한다.

 

2. SSH 재시작 - service sshd restart

이제 Windows 서버에서 Putty를 설치해야 한다.

 

3. Putty 설치하기 - https://www.putty.org

 

Download PuTTY - a free SSH and telnet client for Windows

Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W

www.putty.org

해당 페이지에서 Putty를 설치하였으면

Putty 사이트에서 설치해야하는 파일

cmd를 켜서 pscp.exe를 입력한다. 입력했을 때

다음과 같이 뜨면 정상적으로 설치가 완료가 된 것이다.

다음과 같은 화면이 떴으면 이제 Windwos에 파일을 Fedora로 옮겨보자

4. 파일 전송하기 -> PSCP.exe 전송파일명 유저명@IP:파일위치

다음의 명령어를 입력하면 

다음과 같이 파일이 전송이 된다.

 

Linux -> Windows 파일전송 -> scp user명@ip:경로/파일명 windwos 경로

반응형

'system 문제' 카테고리의 다른 글

어셈블리어 기초 용어 정리1  (0) 2019.05.04
FTZ #8 문제풀이  (0) 2019.04.30
FTZ#7 문제풀이  (0) 2019.04.30
FTZ 문제풀이 #6  (0) 2019.04.06
FTZ 문제풀이#5  (0) 2019.04.04