Thursday, August 26, 2010

Re: Netrw and new file through ftp connection

> let g:netrw_ftp_cmd= 'c:\Windows\System32\ftp
> -s:C:\Users\Admin\ftpconnect.ftp'
> call system(g:netrw_ftp_cmd." myhostname.fr")
>
I have done this
let g:netrw_ftp_cmd= 'c:\Windows\System32\ftp -s:C:\Users\Admin
\ftpconnect.ftp' | exec '!' .g:netrw_ftp_cmd." ftpperso.free.fr"

..in order to see i f I was logged in and that's it.

BUT, I can I modify netrw in order to make it works with windows ftp
and where is the thing in your script that we have to modify ?
Thank you

--
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

No comments: