var fDesc=new Array(); fDesc[0] = "FTP Cesar is a free FTP Server with an easy to use interface; it lets you set up an anonymous account in less than a minute.
Although its interface is quite simple, it comes with advanced configuration options like firewall settings, user/group controls, statistics, bandwidth control, remote control of the server and others.
Main features are:
- kick users
- ban users
- Message users
- Spy users
- Quota
- Ratio
- Number of concurrent connections can be limited
- Bandwidth can be limited
- Logs are displayed in colors to notice alerts and/ or activities on the server
It comes with a powerful and easy configuration tool to let users access your folders with virtual links so you do not have to move any file or folder.
Talking about security, CesarFTP lets you ban users based on IP address or hostnames, also connections attempts can be limited then ban or kick user.
Server is able to log almost any activity performed, from logins attempts, successful logins, start of uploads/downloads, end of uploads/downloads.
The server can be run as a service (for NT) and also can be remote controlled, only activating a checkmark, setting the port and the password.
Help is available through its embedded manual (F1) with a detailed explanation of features and how to setup your server quickly.
In General CesarFTP is a quick, reliable solution for an FTP server need."; 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 = ''; } }