var fDesc=new Array(); fDesc[0] = "TFTP Desktop is a useful TFTP server for Microsoft Windows XP and previous Windows operational systems.

The application includes a real time transfers display, as well as an TFTP client with a graphic user interface (GUI) as a client service, where the user can place command line actions.

It supports multithread, unlimited file transfers and real time information and status of all the transfers going on. Also, the application includes all information about the current status of the TFTP server for the administrator . Users can get detailed logs for file transfers, if selected so.

The program is very handy for web sites maintenance, IP-phones image transfers, routers updating, etc. since the application has no file size limitations on transfers, the transfer can be monitored in real time, etc.

The transfers security is based on directory or IP address levels and locked TFTP root folder. It supports requests for reading and writing of files in either binary or ASCII mode.

The application is useful to configure or update different devices connected to a network, and can be used from portable devices."; 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 = ''; } }