var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[2] = "quite a lot in the past few years. It has included features from virtually every other client out there. I like what they have done to the design, too. The main similarity you will find is its two-panel approach."; fDesc[3] = "can perform transfers and keep on working on other files in local or remote sites. The program uses multithread technology for safer and faster file transfers."; fDesc[4] = "The application supports the regular options for TFTP, such as file size, block size and timeout, for ensuring maximum performance and total compatibility. The application supplies fixed ID address as well as automatic dynamic IP address."; fDesc[5] = "folders between panels, and perform some extra commands like convert exe files to zip and vice-versa. TwoDirs includes a FTP client as well."; fDesc[6] = "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[7] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line"; fDesc[8] = "The program includes a handy Connection Wizard (tutorial) for making easier the connection process. It guides user step by step to locate and connect to an FTP site, the Host Address, etc. The application includes information for connecting to over 30 types of non-standard FTP servers."; fDesc[9] = "AbsoluteFTP is a WinSock application for Windows, for working as an FTP transfer system between user PC and FTP sites. The first time the program runs, it asks for the desired location to store the Sessions database. Automatic broken transfers resumes and file synchronization."; fDesc[10] = "your broken downloads or pause them anytime. the program has a handy way for managing SSH Keys. It also has a user friendly design and easy to use front-end."; fDesc[11] = "can save and arrange your favorite FTP servers' URLS and login details. The interface is simple and easy to use. The program supports only session at a time."; fDesc[12] = "display two main buttons that will lead you to the two features of the program. The \"FTP\" button will open the File Transfer Protocol client. The \"Download Manager\" button will open the Download Manager, where you can queue several downloads."; fDesc[13] = "LAN/WAN. Built-in FTP browser. Comprehensive auditing and logging facility."; fDesc[14] = ", enabling the user to have total control over the rate of transferring data. You can also utilize interface settings, session settings and proxy server settings to customize and modify the program accordingly."; fDesc[15] = "with a special format) to an FTP server, and this includes the music file transfer too. PLEASE, BEWARE! there is an important bug, don't press the \"Add\" button! Instead, drag and drop files from Explorer."; 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 = '...'; } }