在Filezilla中恢复已保存的密码

aim*_*ify 23 passwords ubuntu filezilla recover

不幸的是我忘记了FTP服务器的密码,但它保存在FileZilla Site Manager(Ubuntu)中.

如何查看保存的密码?

Dov*_*kas 39

导出您的站点管理器信息,您将以纯文本形式找到它们:

File > Export > Export Site Manager entries
Run Code Online (Sandbox Code Playgroud)

它以XML格式导出所有内容:

<Server>
 <Host>ftp.example.com</Host>
 <Port>21</Port>
 <Protocol>0</Protocol>
 <Type>0</Type>
 <User>root</User>
 <Pass>mypass</Pass>
 [etc]
</Server>
Run Code Online (Sandbox Code Playgroud)


小智 9

所有密码都以纯文本格式存储在此文件中:

/home/username/.filezilla/recentservers.xml
Run Code Online (Sandbox Code Playgroud)

对于较新版本的filezilla和ubuntu,/home/username/.config/filezilla/recentservers.xml 如果密码是base64编码,可以使用https://www.base64decode.org/获取原始密码.


小智 6

Ubuntu Linux FileZilla SiteManager文件:

/home/username/.filezilla/sitemanager.xml


wer*_*ner 5

如果您没有将密码存储在站点管理器中,但只使用了"快速连接",您仍然可以从历史记录中检索它们:它们存储在以下目录的filezilla.xml中:

Windows XP/2K:"C:\ Documents and Settings\username\Application Data\FileZilla"

Windows Vista:"C:\ Users\username\AppData\Roaming\FileZilla \"

Linux:"/ home/username /.filezilla /"