Monday, November 12, 2018

Re: How to use file explorer on my local gVim to access remote file system?

@Ken, thanks a lot that it! Problem solved. Now I can open files and folders.
Just for reference, the final code is:

let g:netrw_silent = 1
let g:netrw_list_cmd = "C:\\Programs\\PuTTY\\plink.exe -P 22 -pw password useridt@192.168.1.20 ls -Fa "
let g:netrw_scp_cmd = "C:\\Programs\\PuTTY\\pscp -P 22 -pw password -scp "
e scp://userid@192.168.1.20//path/to/dir/

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: