var fDesc=new Array(); fDesc[0] = "Cute FTP Lite is an easy to use application for the file transfers between the local user PC and web sites.

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 more than 30 types of non-standard FTP servers.

Once the connection is made, user can manage files in both ends of the connection, rename, delete, create new folders, and transfer files both ways (upload and download). The application offers, as well, a file search facility for local drives in the user PC and in the remote site.

Files can be added to the corresponding window (local and remote) or transfer by using drag and drop.

The application also includes a Transfer Queue list where user can order (sort) the files to be transferred. Broken or interrupted transfers are automatically resumed starting at the point they were broken. After each transfer is complete, the application creates a transfer log with all the details.

Other features include the possibility of setting fonts and colors in logs, as well as changing colors and font types on the main window. Also the application includes tooltip explanations on mouse over movements."; 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 = ''; } }