sponsor Vim development Vim logo Vim Book Ad

FTP Completion : complete files in command line for ftp.

 script karma  Rating 12/5, Downloaded by 1894  Comments, bugs, improvements  Vim wiki

created by
Yasuhiro Matsumoto
 
script type
utility
 
description
Vim can edit file on ftp server like following.
:e ftp://ftp.vim.org/pub/vim/patches/6.2.001

This script help the user typing of path.
If you type ...
:e ftp://ftp.vim.org/pub/vim/patches/
and type <c-g><tab>
:e ftp://ftp.vim.org/pub/vim/patches/6.2.001
and type <c-g><c-n>
:e ftp://ftp.vim.org/pub/vim/patches/6.2.002
and type <c-g><c-p>
:e ftp://ftp.vim.org/pub/vim/patches/6.2.001
 
install details
Copy ftpcmpl.vim to your $vimruntime/plugin.

This script use curl for getting list of ftp directory.
(http://curl.haxx.se/)

Enjoy.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ftpcmpl.vim 0.1 2004-04-14 6.0 Yasuhiro Matsumoto Initial upload
ip used for rating: 18.217.144.32

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github