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] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience ."; fDesc[3] = "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[4] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet."; fDesc[5] = "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[6] = "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[7] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more."; fDesc[8] = "connection or email client. Sometimes, many of these programs save your passwords and as you no longer have to enter them manually, you forget them."; fDesc[9] = "transferring files between your computer and a remote FTP server usually used for webmaster to control their website or for storing files Remotely ."; fDesc[10] = "Windows. In addition to features found in other popular FTP programs BitKinex introduces several unique approaches and solutions."; fDesc[11] = "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[12] = "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[13] = "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[14] = "use and can recover passwords from all FTP clients including CuteFTP, WS_FTP, FileZilla, SmartFTP and FlashFXP."; fDesc[15] = "wide set of well-known FTP programs. These programs include FlashFXP, FileZilla, SmartFTP, CuteFTP, WS FTP, FTP Voyager, and many others."; 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 = '...'; } }