Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- PHPWind-- A PHP forum script applcaition in China
- How to blend adsense inside your post?
- Formatting my post
- Notepad++ - Add C++ compiler
- Install PHPMailer 5.2.4 and use smtp gmail
- Set up a child account and set screen time limit in Windows 8
- Wayback Machine - see archived versions of web pages across time
- phpexcel toggle expand and hide column in EXCEL and summary
- Install PHP ibm_db2 extension in Linux (redHat)
- PHP: add a download as pdf file button in report page
Thursday, November 21, 2013
Find stored passwords in Filezilla ftp client
Filezilla ftp client stores around 8 quick connections for you, but passwords are hidden. Those passwords can be found in Filezilla configuration directory. For example in my Windows 7 PC:
open file (replace jiansen to your user name)
C:\Users\jiansen\AppData\Roaming\FileZilla\recentservers.xml
You can see something like this:
<FileZilla3>
<RecentServers>
<Server>
<Host>10.29.227.88</Host>
<Port>21</Port>
<Protocol>0</Protocol>
<Type>0</Type>
<User>jiansen</User>
<Pass>my_pass</Pass>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
</Server>
</RecentServers>
</FileZilla3>
The password is stored inside pass tag in recentservers.xml file.
Sometimes Appdata directory is hidden, To unhide this directory, under \user\jiansen\ (replace jiansen to your user name), click organize at top left menu, click folder and search options, click view, select "show hidden files , folders and drives) and click OK.
Another way to find Appdata folder in Windows 7:
Click Start and in search box enter:
%AppData%
The Appdata directory will show up.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment