var fDesc=new Array(); fDesc[0] = "FreeFTP is a very simple but powerful File Transfer Protocol (FTP) application for downloading and uploading files between user PC and FTP sites.

The program includes drag and drop facility for selecting the files to transfer in both ends of the connection (user PC and FTP site). User can manage files up at the FTP site as well as in the local drives: rename (support for names including spaces), delete, copy and paste, move, create folders, etc.

Passwords can be created and sent with FTP requests for entering (login) on remote systems. Username can be used for files transfers, or they can be performed anonymously.

Files can be transferred by groups, folders or individually. It checks for duplicates in both ends of the connections.

The application can create activity logs and it offers command line operation, change the screen resolution, show html code and txt files, file filters, set proxy address, and optionally can convert file names to short names and lower case names. It also offers to set Timeout for file transfers, communication alerts when uploads or downloads are finished or detected, etc.


The application has a powerful option for selecting the interface language among 10 different languages: English, Français, Español, Deutsche, Dansk, Italiano, Finnish, Swedish, Portuguese, Brazilian Português."; 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 = ''; } }