gpt4 book ai didi

vim - 你如何在vim中重置ftp密码?

转载 作者:行者123 更新时间:2023-12-04 14:37:35 24 4
gpt4 key购买 nike

假设我想在 vim 中访问这个远程文件
ftp://amr@steamboy//home/amr/bin/dr_snapshot.py
而且,当提示时,我不小心输入了错误的密码。

如何重置密码?现在我必须退出并重新启动vim。

客户端和服务器都在 Linux 上。

谢谢。

最佳答案

:help netrw-userpass

Attempts to use ftp will prompt you for a user-id and a password.
These will be saved in global variables |g:netrw_uid| and
|s:netrw_passwd|; subsequent use of ftp will re-use those two strings,
thereby simplifying use of ftp. However, if you need to use a
different user id and/or password, you'll want to call |NetUserPass()|
first.



IE。用:
:call NetUserPass()                     -- prompts for uid and password

附注。

vim 带有一个惊人的帮助系统。在这种情况下,我做了 :h ftp , 搜索了 password第一个点击是这个部分:

The script attempts to get passwords for ftp invisibly using |inputsecret()|, a built-in Vim function. See |netrw-userpass| for how to change the password after one has set it.




这给出了 的条目netrw-userpass

BTW 如果你迷路了,做一个 :h <SOME_STRING>然后按 CTRL-d,vim 会显示一个列表,其中包含包含该字符串的所有部分...

关于vim - 你如何在vim中重置ftp密码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11935110/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com