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
- Mac
- 네트워크
- lsof
- Eclipse
- VirtualBox
- find
- import
- JavaScript
- resource
- GIT
- profile
- 줄바꿈 문자
- xargs
- netsh
- Quartz
- 단축키
- vscode
- port
- maVen
- plugin
- grep
- bash
- IntelliJ
- web.xml
- context
- Windows
- Windows 10
- tomcat
- Source
- ssh
Archives
- Today
- Total
develog
[mac] 맥에서 윈도우로 scp 사용하기 본문
mac 의 tempdir 폴더를 windows 로 copy 하는 경우
c:\Users\myuser1 폴더로 copy
scp -r tempdir myuser1@192.168.1.2:
d:\ 로 copy
scp -r tempdir myuser1@192.168.1.2:d\\
'OS & Shell > Mac' 카테고리의 다른 글
[mac] sed (0) | 2021.02.24 |
---|---|
[mac] java.sql.SQLException: 로케일을 인식할 수 없습니다. (0) | 2021.02.23 |
[mac] java decompiler JD-GUI (0) | 2021.02.16 |
[mac] JDK 설치 경로 (0) | 2021.02.16 |
[mac] iterm2 한글 자소분리 현상 해결 (0) | 2021.02.16 |
Comments