var fDesc=new Array(); fDesc[0] = "Fastream NETFile is not just an FTP client but it's also a P2P client that allows you to search and download any file from P2P networks. The program can be easily controlled through the keyboard shortcuts. The program is very advanced and it has a multi-tab support which allows you to control multiple FTP servers at once. The server has the compatibility with FTP++ enabled servers and offers easy and fast search option. You can download any file directly by a simple drag-and-drop process or by making a right click and choosing "Download" or "Download to ...". While to upload a file, you may browse your computer from within the program and select the files or folders to be transferred.

The preferences of the program can be configured to use the automatic ASCII or BINARY mode for all or some praticular extensions. The transfer action for existing files can be preconfigured to overwrite, resume, skip or you can set it to ask you to choose the needed action during the transfer.
The program is also firewall-friendly and can work behind NAT and it can connect through socks, HTTP, FTP proxy types.
The program has an "Actions" menu that allows you to see all pending transfers or actions, along with their full details such as type, port, link and progress."; 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 = ''; } }