> let g:netrw_ftp_cmd= "ftp -s:c:/ftpconnect.ftp" > > in your <.vimrc>. You may need full paths to ftp and ftpconnectt.ftp in > the string, too. > > Now, to create a new, empty file using netrw and ftp: see :help netrw-% > > Regards, > Chip Campbell
I have added this line : let g:netrw_ftp_cmd= "c:/Windows/System32/ftp -s:" . $home . "ftpconnect.ftp" so I can access my ftp directories like that : e ftp://myftplo...@ftphost.fr/ because it still not working ? -- 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