Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
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