Yesterday I used SSHFS to mount a directory on another server with my CentOS 7 / Plesk web server.
I then added an entry to /etc/fstab/ to make the mount persistent
sshfs#
[email protected]:/var/www/html/ /mnt/html fuse defaults,allow_other 0 0
This setup works great and allows me to...