Tuesday, August 25, 2009

Re: How can I get around this ftp error in gVim?

You don't need to put your password into the password string.

I open Vim and issue

:e ftp://username@site/path/to/file

and it prompts me for the password.

If you need to change the user and/or password within a session, you can

:call NetUserPass()

which will prompt for both.

:help ftp
:help netrw-password

On Tue, Aug 25, 2009 at 6:15 PM,
octopusgrabbus<old_road_farm@verizon.net> wrote:

> It seems like I need to put my password in the ftp string, and I'm not
> sure how to do that. I believe the username and password are OK. So, I
> am asking how to I get vim to accept a new password for the new server
> from which I'm ftp'ing the file.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

No comments: