Linux (Debian/Ubuntu/Mint):
Installation:
sudo apt-get install sshfs -y;
Example:
edit /etc/fuse.conf
uncomment option allow_other only
cd ~;mkdir host.com;
sshfs -d -o allow_other -o reconnect -o ServerAliveInterval=15 username@host.com:/var/www/clients/client1/web19/web/drupal8 ~/host.com -p 22 -C;
echo "(22=port sshd)";
Windows: