Recovering saved password in Filezilla

aimodify picture aimodify · Apr 13, 2012 · Viewed 21.2k times · Source

Unfortunately I can not remember the password of FTP server, but it is saved in FileZilla Site Manager (Ubuntu).

How can I view the saved password?

Answer

Dovydas Navickas picture Dovydas Navickas · Apr 13, 2012

Export your Site Manager information and you'll find them in plain text:

File > Export > Export Site Manager entries

It exports everything in XML like this:

<Server>
 <Host>ftp.example.com</Host>
 <Port>21</Port>
 <Protocol>0</Protocol>
 <Type>0</Type>
 <User>root</User>
 <Pass>mypass</Pass>
 [etc]
</Server>