var fDesc=new Array(); fDesc[1] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files..."; fDesc[2] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing."; fDesc[3] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!"; fDesc[4] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files."; fDesc[5] = "easy and friendly to do, just some clicks and the FTP server will be installed. The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen."; fDesc[6] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open."; fDesc[7] = "and all other basic features needed for uploading/downloading from a remote FTP server . The program's layout is very simple and easy to deal with ."; fDesc[8] = "transferring files between your computer and a remote FTP server usually used for webmaster to control their website or for storing files Remotely ."; fDesc[9] = "downloading files from any remote FTP server. The program supports using proxies and passive connections. The program has an FTP server with many features."; fDesc[10] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual."; fDesc[11] = "and down loading files to and from the user PC and FTP servers. The user interface enables the user to 'surf' FTP servers as easy as navigating with Microsoft Internet Explorer. It includes a URL address bar for downloading from FTP and HTTP sites."; fDesc[12] = "program. Both are interconnected for allowing the user to safely and easily operate transferring programs to and from local PC and the FTP server (web). Both use multithread technology for making safe and faster the up and down loads transfers."; fDesc[13] = "(FTP), it accepts direct commands, it has the capability of resuming transfer (down and up loads), Virtual File System (VFS) structure, it logs all the transfers made, restrictions for IP adresses, etc. as well as multilingual support (up to 20 languages)."; fDesc[14] = "purposes. The user interface offers an easy graphical way to control all the operations and transfers. The application has the capability of resuming broken or interrupted transfers (both ways: uploads and downloads) at the point they were stopped."; fDesc[15] = "protected by user password, NT authentication, and one time password S/Key, MD5. The program allows to re-use Windows accounts that are already created. Accesses are based on IP addresses."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }