Thanks, Tony. I don't _think_ that firewalling or permissions are the
problem, as network reading and writing worked fine for me under Vim
6.4. The only thing that has changed is an upgrade to Vim 7. Honestly,
the "faux" errors on my Mandrake machine don't bother me; annoying,
perhaps, but despite the errors I can still read and write (for the
time being...). What troubles me is the behavior under Windows. I'm
locked behind Windows at work and have come to rely on Vim as a
reminder of saner times. :)

Incidentally, the installation of Ubuntu (where there are no netrw
errors) I mentioned is on the same machine, running (when I can get
away with it) under VMWare Player.

As you suggested, I'll take a look at the netrw code.

I'm pretty sure I already have the latest netrw installed: version 100
as found in the scripts repository.

Thanks again,
Marv


On 6/23/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Marv Boyes wrote:
> Hello, all. I've combed the list for references to this problem and
> found nothing, but please forgive a short-sighted newbie if I've
> overlooked something pertinent.
>
> I'm using Vim 7 in three different places:
> Mandrake Linux 9.2 (built from aap, with all patches applied)
> Windows XP SP2 (from the self-installing executable)
> Ubuntu Linux 6.06 (built from source tarball; no patches)
>
> When editing files via FTP under Mandrake and Windows, I'm getting
> some strage behavior that I didn't see in the 6.x series. As soon as I
> connect, I get this error:
>
>     ***netrw*** This security scheme is not implemented
>
> However, the file loads normally once I hit Enter. I can edit the
> file; yet I get the same error when I try to save. Under Mandrake, the
> file actually _does_ save despite the error (though Vim behaves as if
> it hasn't saved; I get the "No write since last change" warning, but
> when I look at the file via other means I see that my changes are
> there). Under Windows, the file doesn't save at all.
>
> The Vim 7 build in Ubuntu behaves normally when editing via FTP,
> without errors of any kind. So at least I know it _can_ be done. :)
> Any ideas where my troubles are coming from? Incidentally, I have
> version 100 (the latest--?) of netrw installed. Any and all guidance
> will be very much appreciated; thanks in advance.
>
>

Are you by any chance running (on some machines but not others) behind a
firewall which prevents FTP writes? Or are you trying it over a
connection where you don't have write permission on the remote files
you're trying to save?

You might also look at the netrw code:

        :view $VIMRUNTIME/plugin/netrwPlugin.vim
        :view $VIMRUNTIME/autoload/netrw.vim

to try and see what may cause the message you mention to appear on your
system.

If nothing else avails, try downloading the latest version of the netrw
software from http://vim.sourceforge.net/scripts/script.php?script_id=1075


Best regards,
Tony.

Reply via email to