var fDesc=new Array(); fDesc[0] = "It provides secure SSL, easy installation and management and includes FTP, WebDav and browser interface.

Main Features:

- Create users, set what folders they can access (built in user database)
- Use WebDav, FTP and standard browsers to access files.
- Users can give out public upload or download urls if they wish and make folders visible or not.
- Light Weight design can be run on a tiny (and cheap) virtual machine running linux or windows, (typically costing less than $10 / month)
- Very easy to install and configure (try it now, have it running on your pc or server in minutes)
- Free 5 user license."; 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 = ''; } }