① scp 명령어 사용
scp [file name] [file name2] [보내는 ip]@[받는 ip]:[저장할 위치]
# scp file01 root@200.200.200.143:/root/
② FileZilla 이용
》 호스트 : 연결하는 서버 ip
》 사용자명 / 비밀번호
》 포트번호 : 22
③ NFS 서버로 마운트하기
2023.02.17 - [클라우드/리눅스] - [Linux] NFS
[Linux] NFS
[ NFS 란? ] 》 Network File System 》 서버에서 공유한 디렉토리를 마치 로컬 시스템의 장치처럼 이용할 수 있게 개발된 파일 시스템 》 자료 공유 》 NFS 서버 : 디렉토리 공유 》 NFS 클라이언트 : 서버
alsrudalsrudalsrud.tistory.com
'ERROR' 카테고리의 다른 글
[Git/Github] error setting certificate file (0) | 2024.01.19 |
---|---|
[Spring] Exception processing template (0) | 2023.11.26 |
[Spring] CommandAcceptanceException : Error executing DDL (2) | 2023.11.15 |
[Spring] Failed to initialize JPA EntityManagerFactory (0) | 2023.10.26 |
[WinError 10013] 액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다. (0) | 2023.03.30 |