[Zope] Trying to use Vim for remote editing with Zope
Michel Pelletier
michel@digicool.com
Thu, 19 Jul 2001 21:02:38 -0700
Jean Jordaan wrote:
>
> Hi all
>
> I tried out Vim 6 with the 'netrw.vim' plugin to edit files
> remotely.
>
> 192.168.3.44399 ==> 426 Error creating file.
> 192.168.3.44399 <== QUIT
> 192.168.3.44399 ==> 221 Goodbye.
>
> Any clues as to how to make everything work?
Are you sure you just don't have a syntax error in your python code?
That would raise a error like this. Since FTP is pretty inflexible, it
can't *tell* you exactly that.
Editing python scripts with Emacs over FTP works fine, BTW (I had
to...good thing I removed the cross-post to vim-dev!)
-Michel