make possible for us to use ssh-fs to mount the remote app folder locally
so we can easily edit the remote files.
the command is similar to this.
sudo sshfs -o allowother usernamehere@111.222.111.222:/home/11111.cloudwaysapps.com/dasdsqdsdssgghju/publichtml/ /mnt/cw-remote-app/
more details cold be read here: https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh
i know, i could login via ssh and edit the files in place, but both vi, vim and nano are 'messing up' with my source files. don't know why. some charecter encoding problem maybe. could find a solution yet.
2
votes
