サイトアイコン 十円玉ドットコム

FileZillaのサイトマネージャからパスワードを抜き出す方法

1.FileZillaのコンフィグパスに移動する
Windowsの例:C:\Users\(User name)\AppData\Roaming\FileZilla
Mac・Unix・Linuxの例:~/.config/filezilla

2.sitemanager.xmlを開く

3.目的のサーバタグの下記XMLタグを確認

<Server>
~
<Pass encoding="base64">************</Pass>
~
</Server>

4.3.で取り出したパスワードはBASE64エンコードされているので、同じBASE64方式でデコードして完成

Decode from Base64 format or encode into it with various advanced options. Our site has an easy to use online tool to convert your data.
Base64 Decode and Encode - Online - Base64 Decode
モバイルバージョンを終了