前言

之前用File Zilla 登录过的服务器账号 忘记密码 但是有历史记录能登录,于是就找这个文件夹,,记一下避免下次忘记。

正文

ls -a 看看有没有 .config 隐藏文件,有的话 输入命令 vim .config/filezilla/recentservers.xml
找到如下图代码就是了

1
2
3
4
5
6
7
8
9
10
11
 <Server>
<Host>IP</Host>
<Port>端口</Port>
<Protocol>1</Protocol>
<Type>0</Type>
<User>账号</User>
<Pass encoding="base64">密码(base64加密)</Pass>
<Logontype>1</Logontype>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
</Server>

写在最后

吐槽。。。。FileZilla 为啥不让把历史记录导出!必须添加站点才能导出。(难道是我姿势不对?)