sabato 9 dicembre 2017

Montare filesystem remoto

Installare:
sudo apt-get install sshfs
creare la directory locale:
sudo mkdir /mnt/droplet

Montare il filesystem:
sudo sshfs -o allow_other root@xxx.xxx.xxx.xxx:/ /mnt/droplet

Nessun commento:

Posta un commento