var fDesc=new Array(); fDesc[0] = "FTP Password Recovery Server - recover lost or forgotten passwords for any FTP client.
FTP Password Recovery Server can recover passwords for all FTP clients including SecureFX, WS_FTP, FileZilla, FlashFXP, Core FTP, FTP Explorer, FTPRush, Website Publisher, Bulletproof FTP, LeechFTP, WSFTTP, FTP Navigator, FTP Express, CuteFTP, FTP Voyager, SmartFTP, CoffeeCup FTP, Total Commander, AceFTP, Core FTP and others.
FTP Password Recovery Server features:
All FTP clients support
Running under Windows 95, 98, Me, 2000, XP, 2003, Vista
Multiple login / password recovery support

Supported FTP Clients:
SecureFX
FTPRush
SmartFTP
FlashFXP
Bulletproof FTP
LeechFTP
FTP Explorer
Core FTP
AceFTP
FTP Navigator
FTP Express
... other clients

How to use FTP Password Recovery Server:

1. Open you FTP Client (like FileZilla, CutFTP, FTP Explorer)
2. Open connection properties
3. Change FTP server address to localhost (or 127.0.0.1)
4. Confirm changes
5. Connect to FTP
6. Change back original FTP server address"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }