sshfs

Linux (Debian/Ubuntu/Mint):

Installation:

sudo apt-get install sshfs -y;

 

Exemple:

éditer /etc/fuse.conf

enlève le dièse devant l'option allow_other only

 

cd ~;mkdir hote.com;
sshfs -d -o allow_other -o reconnect -o ServerAliveInterval=15 utilisateur@hote.com:/var/www/clients/client1/web19/web/drupal8 ~/hote.com -p 22 -C;
echo "(22=port sshd)";

 

Windows:

https://www.youtube.com/watch?v=uiXOuxdadms