Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hey everyone,
All I'm trying to do is get the vsftpd package installed on my DNS-323. I have ffp 0.5 on there now. I've been following the steps for vsftpd in the wiki, then there's a line about chrooting users using vim "vim vsftpd.chroot_list". I tried that first, and of course vim isn't found. So, where, what, how do I get vim on there so I can get a decent ftp server running? Thanks for any help!
Matt
Offline
Install the vim funplug package.
http://www.inreto.de/dns323/fun-plug/
Offline
Wow... I feel a little silly now. I thought I looked through the packages, but apparently I didn't, or at least not very thoroughly. Time to get my eyes checked. Thanks for the quick reply! Looks like that should get me there.
Offline
I found that the scrolling up and down your code/script in Vim a little slugish (up/down arrows). That's because of the matchparen plugin (:help matchparen). I found that if I turn it off by adding to the vimrc file (:e /ffp/etc/vimrc) the following lines:
" don't highlight matching parens to improve performance " (plugin still loaded, to enable: DoMatchParen) NoMatchParen
things were considerably smoother.
If you've got more suggestions - do share.
Last edited by scaramanga (2010-10-05 15:18:34)
Offline