Hia all,
I have a remote server (accessed by SSH).
All is well. I connect via SSH run the editors/vim, and I correct all that is needed.
But here's the rub.
For a long time so you can not work. Not convenient.
I would like something like this:
I would like to work in devel/geany on my computer, and while maintaining the record to the server.
Do not know how to do so?
Then I decided to install sysutils/fusefs-sshfs.
Method is not as good as the one I described earlier, but even so....
But the file is there, I just checked the
And as you're struggling with such issues?
I have a remote server (accessed by SSH).
All is well. I connect via SSH run the editors/vim, and I correct all that is needed.
But here's the rub.
For a long time so you can not work. Not convenient.
I would like something like this:
# geany -p PORT [email]root@mysite.com:/usr/local/www/mysite.com[/email]/cgi-bin/index.c
I would like to work in devel/geany on my computer, and while maintaining the record to the server.
Do not know how to do so?
Then I decided to install sysutils/fusefs-sshfs.
Method is not as good as the one I described earlier, but even so....
Code:
# mkdir -p ~/sshmnt
# sshfs -C -p PORT root@mysite.com:/usr/local/www/mysite.com/cgi-bin/ ~/sshmnt
fuse: failed to open fuse device: No such file or directory
But the file is there, I just checked the

And as you're struggling with such issues?