var fDesc=new Array(); fDesc[1] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons."; fDesc[2] = "session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs."; 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] = "in its communications with advanced encryption and authentication methods. This program is a great option for secure system administration and file transfers."; fDesc[5] = "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[6] = "can be completely customized by the users. As the client can be customized it becomes portable enough after customization. Key authentication systems like DSA and RSA are fully supported by this client."; fDesc[7] = "remote connections in a simple interface. Through the \"Tools\" option you can perform several tasks, like making SSH File Transfers, use the Ultra VNC Single Click feature, manage the communications using External Applications or perform a Port Scan."; fDesc[8] = "High configurability powerful scripting and a wealth of features make ZOC a great tool to access Unix shells."; fDesc[9] = ", resume/retry,proxy support, .htaccess editing, chmod and more!"; fDesc[10] = "2008. The remote access is very secure in this server either through console or GUI. Along with that, the file transfer is also very secure. This server is very easy to use, configure and install."; fDesc[11] = "SFTP which enables you to send commands to a remote *nix machine and have full control over any file that exists on that system ( read / write / edit / delete)."; fDesc[12] = "are two ways of logging into a multi-user computer from a remote computer over the network. Multi user-operating systems provide a command user interface from where the users can give commands to remote computer systems in a network."; fDesc[13] = "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[14] = "telnet or SSH protocol. Supports character graphics (applications like edit.com) and colours."; 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 = '...'; } }