A distributed FTP daemon written in java. Instead of conventional server<->client transfer it uses master<->client for control connections and slave<->client for (most) data transfers, the master must tell the slave to initiate/respond to a transfer
MsFTPd is a distributed FTPd, similar to DrFTPD, but developed for the .Net platform. The main idea is to develop a master/slave (hence the name MsFTPd) architecture for FTP. One goal is to make it run on all .Net enabled OS:es, including *NIX with Mono.
A standalone FTP daemon written in java. Is a rewriting/fork of drFTPD to provided : - Standalone ftp deamon. - More simple configuration - All in one embedded java FTP deamon. - Supports with existing scripts