Hi
I am trying to use vim over ssh, here is what I have tried
Code:
vim ssh//user@local-ip//home/user/file
also vim sftp, and vim scp all with -p switch (as different port number)
I have also tried from within vim
Code:
:e sftp://user@ip/home/user/file
Dose any one know of how to get this to work.