var fDesc=new Array(); fDesc[0] = "FileZilla Server is an open source FTP server that uploads and downloads files with great security.
The installation of FileZilla Server is very easy and friendly to do, just some clicks and the FTP server will be installed.
The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen. The secondary bottom screen shows the information related to the current connections and the detailed data related to these connections to the server.
FileZilla also has the capability to create users and groups; these users and groups also can be configured individually and with certain settings according to the level of access to the server and the files.
The FileZilla server options shows all the settings you need to configure this FTP server with the level of security according to your use and needs. Configure a welcome message, bind the IP addresses and filter the undesired IP addresses that you need on the General settings.
The passive mode settings allow you to operate the FileZilla behind a firewall or behind a NAT server."; 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 = ''; } }