Cerberus FTP Server provides a secure and reliable file transfer solution for the demanding IT professional. Supporting SFTP and SCP, FTP/S, and HTTP/S, Cerberus is able to authenticate against Active Directory and LDAP, run as a Windows service, has native x64 support, includes a robust set of integrity and security features and offers an easy-to-use manager for controlling user access to files and file operations.
Learn more

JSCAPE by Redwood is a secure managed file transfer (MFT) software that automates complex file workflows, consolidating manual processes, custom scripts and siloed tools into a single, reliable platform. Low-code automation triggers enable IT teams to orchestrate file transfers across Windows, Linux, macOS, Solaris and any other platform, with unlimited users, trading partners and concurrent connections included and no additional middleware required.
JSCAPE delivers enterprise-grade security, backed by an unblemished track record since 1999 and active third-party certifications that most MFT providers don't hold: SOC 2 Type 1 and Type 2, ISO 27001, Drummond Certified™, and FIPS 140-2 and 140-3 validated encryption. Quarterly penetration testing and annual third-party audits keep your environment audit-ready year-round.
The solution handles any file size and any protocol — SFTP, FTP/S, HTTP/S, AS2, OFTP2, WebDAV, and more — while meeting compliance requirements for HIPAA, PCI DSS, SOX, GDPR and GLBA. It also fits cleanly into any environment (on-premises, cloud, hybrid, containerized or SaaS), with native integrations for Microsoft Azure, AWS, IBM Cloud, CyberArk, Box, Dropbox and leading workload automation solutions like RunMyJobs.
Trusted by 1,000+ organizations in 57+ countries, JSCAPE includes 24/7/365 expert technical support with an 8-minute median response time and online training at no extra cost in every plan.
Request a personalized demo today.
Learn more
Koa
Koa is an innovative web framework developed by the creators of Express, intended to serve as a more compact, expressive, and sturdy base for web applications and APIs. By utilizing async functions, Koa eliminates the need for callbacks, significantly enhancing error management. Unlike other frameworks, Koa does not include any bundled middleware in its core, instead offering a refined set of methods that facilitate fast and enjoyable server development. A Koa application is essentially an object that holds an array of middleware functions, which are then composed and executed sequentially in a stack-like manner when a request is made. While Koa shares similarities with various middleware systems, such as Ruby's Rack and Connect, it distinguishes itself by incorporating high-level "sugar" into the otherwise low-level middleware layer. This thoughtful design choice not only boosts interoperability and robustness but also enriches the overall experience of writing middleware. Additionally, Koa's focus on simplicity and flexibility empowers developers to create tailored solutions specific to their application needs.
Learn more
Falcon
Falcon is an exceptionally swift and lightweight Python web API framework designed for creating powerful application backends and microservices. It seamlessly integrates with both asyncio (ASGI) and gevent/meinheld (WSGI), making it flexible for various use cases. The framework promotes the principles of REST architecture, allowing developers to implement resource classes that manage HTTP method handlers to address requests and facilitate state changes. By enhancing traditional Python web frameworks, Falcon delivers added reliability, adaptability, and efficiency tailored to your specific needs. Additionally, there is a variety of Falcon add-ons, templates, and supplementary packages available for integration into your projects. For a comprehensive start, several of these resources are compiled on the Falcon wiki, and exploring PyPI could uncover even more useful tools and libraries. This ecosystem of resources ensures developers have ample support as they build and scale their applications.
Learn more