일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Eclipse
- Linux
- eclipse35
- KOSPI
- 코스피
- 도서
- 공매도
- Qmail
- 작성중
- UX
- adb
- IPTV
- 우분투
- 알고리즘
- unix
- LDAP
- conemu
- ubuntu
- 태터수정
- 안드로이드
- 기술사
- 주식
- Android
- 보안
- Audacity
- uml example
- IT 키워드
- java
- Algorithm
Archives
- Today
- Total
Do diffence
[Mac OS X Fuse] 본문
Mac에서 원격지 디렉토리를 탐색할 수 있는 방법으로 osxfuse가 있다.
다운로드 http://osxfuse.github.com/
- Install FUSE for OS X
- Install SSHFS for OS X
이제 원격 디렉토리를 마운트해서 사용하면 된다.
$mkdir /Volumes/SSHFS
$/usr/local/bin/sshfs username@host:/path/to/dir /Volumes/SSHFS