Charles Norton wrote: > First, does VIM have its own built-in ftp client, or does it rely on > Windows' ftp.exe? > > Second, is it possible to configure vim -- I am using 7.x -- to use > another ftp command line client, like passive_ftp? > Hello:
Vim does not have its own built-in ftp client, nor does it (directly) use one. Perhaps you're thinking about vim ftp://host/path/file -- that's the netrw plugin working in conjunction with vim. See :help netrw-externapp There are several ftp related variables: g:netrw_ftp g:netrw_ftp_cmd g:netrw_ftp_options g:netrw_ftpextracmd g:netrw_ftpmode and help for each. Regards, Chip Campbell -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
