Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- rnn구현
- 서버로 파일 복사
- 기초머신러닝
- 크롤링할때 중요한것
- 푸리에변환이란
- continous deployment
- transductive learning
- 머신러닝 딥러닝
- 서버 os
- 로컬에서 서버
- 푸리에 변환
- transductive
- inductive learning
- dlib 설치
- Fourier
- virtual env
- 푸리에
- fourier 변환
- 크롤링 주의사항
- python버전 동시 사용
- inductive
- 머신러닝
- Machine Learning
- python패키지설치
- docker commands
- fourier transform
- rnn
- 피티이
- inductive transductive
- python2 python3
Archives
- Today
- Total
우당탕탕 도비의 코딩로그
local 에서 remote server 로 file 복사하기 본문
반응형
Copy files from local to a remote server
local에서 reomte server로 file 을 복사할 때 쓰는 command
scp /[path_to_file]/[file_name] [username]@[hostname]:/[path_to_destination]
* port 를 지정해주어야 할때는
scp -P [port_number] /[path_to_file]/[file_name] [username]@[hostname]:/[path_to_destination]
반응형
'ERROR_SOLUTION > REMOTE SERVER' 카테고리의 다른 글
[Linux] Server os 확인하는 명령어 (0) | 2021.02.28 |
---|---|
[Mac] "ssh connection closed by remote host" 해결 방법 (0) | 2021.02.23 |
Comments