알쓸신잡 (전기전자)

sshfs 를 이용해 sftp 드라이브를 마운트시키기

LEEHANDS 2023. 3. 31. 11:30
반응형

1. UBUNTU

apt-get update
apt-get upgrade

sshfs 패키지 설치

sudo apt-get install sshfs

원격지에있는 sftp 서버 마운트하기

sudo sshfs -o allow_other user@x.x.x.x:[대상폴더] [마운트될폴더]

 

반응형