How to copy files from remote server to local :
Open the local terminal(DO NOT IN THE REMOTE TERMINAL)
scp -r username@remote:/file/to/send /where/to/put local terminal
scp -r my_remote_server my_local
C:\Users\YoonJoohyun> scp -r naranja@gpu-server1:/home/naranja/naranja/TFTrainer/ /Users/YoonJoohyun/Documents/Python/
scp : Secure Copy Protocol
'Linux > terminal' 카테고리의 다른 글
tar, zxvf (0) | 2024.02.26 |
---|---|
error : The command could not be located because '/usr/bin:/bin' is not included in the PATH environment variable (0) | 2023.04.10 |
Install pyenv-virtualenv on mac (0) | 2022.03.31 |
How to add new server (0) | 2022.03.31 |
shell, bash (0) | 2022.03.15 |