var fDesc=new Array(); fDesc[0] = "AceFTP Pro is an advanced FTP client program with the support of establishing more than one session and making multiple connections at once, which means that you will be able to browse, download and upload files from different remote FTP servers simultaneously - which saves a lot of time and effort for end users, especially webmasters who operate multiple servers.

When you run AceFTP Pro for the first time, it will show you a wizard which will help you migrate your settings and bookmarked server logins from older versions of AceFTP, CuteFTP, WS FTP, to a plan text file with urls. Or a it can grab the urls from the Microsoft Windows clipboard, which is quite a useful feature as well. Queues of different files of different sites can be controlled from a single tab; in addition, a global log viewer is also available through another tab next to it. A "quick connect" button is present so you can connect directly to a remote FTP server without having to save it first.

The program offers a wide set of settings, which will give you full control over the program. The program can interact with and integrate external applications into itself, such as Antiviruses, text and document editors and viewers. Different tools are bundled with the application to monitor your clipboard for urls, manage connection classes, setting the on-transfer-complete action and setting the transfer mode. On top of all, AceFTP Pro has a nice, modern and user-friendly interface."; 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 = ''; } }