zkk / sshfs - Montare cartelle remote



installazione pacchetto

sudo pacman -S sshfs

montaggio cartelle remota

sshfs user@<IP>:</path/to/remote/folder> </path/to/mountpoint>

smontaggio

fusermount -u </path/to/mountpoint>