var fDesc=new Array(); fDesc[0] = "Free FTP and Download Helper is a multithread FTP client application for Microsoft Windows based systems.

The application includes two different programs: An FTP Helper and a Download Helper.

The FTP Helper application allows the user to select the mode of transferring files: Ascii, Binary or Auto modes.

The connection with the FTP site is made automatically by entering Address, User and Password. Once the connection is made, it displays two different windows showing both local and remote sides of the connection, and a connection Log window displaying the connection transfers information in real time. The folders and files transfers are made easy by supporting drag and drop operations. User can operate on the remote files and folders as being working on the local side, rename, delete files and folders or create folders. The application resumes any interrupted down or upload, and it offers an error correction utility.
It integrates to the user web browser to make the transfer operations easier. Large files can be segmented into smaller files to accelerate the downloading processes.

The application supports Proxy and Firewall operations. It also can synchronize complete directories for keeping up to date all its files, transferring automatically those that had been modified. Multithread connection helps to reduce the transfer time lengths."; 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 = ''; } }