FileZilla retrieve password of an FTP website connection in Windows
When FTP websites connections are set up in FileZilla connection manager, it is possible to retrieve the password, along other connections information, and even pass it to an other FileZilla installation.
Going from the list of FTP connections setup
If you want to get to the information available in the connection manager, including password
For Windows installation, go to the folder C:\Users\%%USER%%\AppData\Roaming\FileZilla
There, a file sitemanager.xml will be present
This file contains all connections information for all the FTP connections setup – simply copy and paste the file if you install FileZilla on another computer and want to reuse the connections
The passwords are displayed encrypted with Base64 UTF-8 encryption algorithm.
In order to retrieve the password, use for example https://www.base64decode.org/ as below – you can also use it to encrypt a new password and paste it directly in the sitemanager.xml file