mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
Update README: clarify project status and edition differences
- Add a comparison table between Community and Enterprise editions. - Explicitly state the production-ready status of the Open Source version. - Update feature descriptions (performance, compliance, automation). - Refine Support and Documentation sections for better clarity. Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
f06a2e8bd4
commit
3bf7a85325
1 changed files with 48 additions and 24 deletions
78
README.md
78
README.md
|
|
@ -4,20 +4,46 @@
|
|||
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||
[](https://github.com/avelino/awesome-go)
|
||||
|
||||
Full-featured and highly configurable event-driven file transfer solution.
|
||||
Server protocols: SFTP, HTTP/S, FTP/S, WebDAV.
|
||||
Storage backends: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, other SFTP servers.
|
||||
Full-featured and highly configurable event-driven file transfer solution. Server protocols: SFTP, HTTP/S, FTP/S, WebDAV. Storage backends: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, other SFTP servers.
|
||||
|
||||
With SFTPGo you can leverage local and cloud storage backends for exchanging and storing files internally or with business partners using the same tools and processes you are already familiar with.
|
||||
|
||||
The WebAdmin UI allows to easily create and manage your users, folders, groups and other resources.
|
||||
## Project Status & Editions
|
||||
|
||||
The WebClient UI allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Microsoft Authenticator, Google Authenticator, Authy and other compatible apps.
|
||||
SFTPGo is an open-source project with a sustainable business model. We offer two editions to suit different requirements, ensuring the project remains healthy and maintained for everyone.
|
||||
|
||||
### Open Source (Community)
|
||||
|
||||
Free, Copyleft (AGPLv3), Community Supported. The Community edition is a fully functional, production-ready solution widely adopted worldwide. It includes all the core protocols, storage backends, and the WebAdmin/WebClient UIs. It is ideal for:
|
||||
|
||||
- Standard file transfer needs.
|
||||
- Integrating storage backends (S3, GCS, Azure Blob) with legacy protocols.
|
||||
- Projects that are comfortable with AGPLv3 licensing.
|
||||
|
||||
### SFTPGo Enterprise
|
||||
|
||||
Commercial License, Professional Support, ISO 27001 Vendor. The Enterprise edition is built on the same core but extends it for mission-critical environments, compliance-heavy industries, and advanced workflows. It is a drop-in replacement (seamless upgrade).
|
||||
|
||||
| Feature | Open Source (Community) | Enterprise Edition |
|
||||
| :--- | :--- | :--- |
|
||||
| **License Type** | AGPLv3 (Copyleft) | **Commercial License**<br/>Proprietary/No Copyleft |
|
||||
| **Vendor Compliance** | Not Applicable<br/>Community Project | **Certified Vendor**<br/>ISO 27001 & Supply Chain Validation |
|
||||
| **Support** | Community (GitHub) | **Direct from Authors** |
|
||||
| **Cloud Storage Engine** | Standard | **High Performance & Scalable**<br/>In-memory streaming (no local temp files) and up to 70% faster |
|
||||
| **High Availability (HA)** | Standard<br/>Shared DB & Storage | **Advanced**<br/>Enhanced event handling and optimized instance coordination |
|
||||
| **Automation Logic** | Simple Placeholders | **Dynamic Logic & Virtual Folders**<br/>Conditions, loops, route data across storage backends |
|
||||
| **Data Lifecycle** | Delete / Retain | **Smart Archiving**<br/>Move data to external Cloud/SFTP storage via Virtual Folders |
|
||||
| **Email Data Ingestion** | - | **Native IMAP Integration**<br/>Auto-extract attachments from email to storage |
|
||||
| **Public Sharing** | Standard Links | **Advanced & Collaborative**<br/>Email Authentication & Group Delegation |
|
||||
| **Data Protection** | - | **Encryption & Scanning**<br/>Automated PGP, Antivirus & DLP via ICAP |
|
||||
| **Advanced Identity (SSO)** | Standard | **Extended Controls**<br/>Advanced Single Sign-On parameters |
|
||||
| **Document Editing** | - | **Included**<br/>View, edit, and co-author in browser |
|
||||
|
||||
**Note**: We are committed to keeping the Open Source edition powerful and maintained. The Enterprise edition helps fund the development of the entire SFTPGo ecosystem.
|
||||
|
||||
## Sponsors
|
||||
|
||||
SFTPGo remains committed to open source. The core features are freely available and maintained.
|
||||
If you rely on SFTPGo in your projects, consider becoming a [sponsor](https://github.com/sponsors/drakkan) to help ensure its long-term sustainability.
|
||||
If you rely on SFTPGo in your projects, consider becoming a [sponsor](https://github.com/sponsors/drakkan).
|
||||
|
||||
Your sponsorship helps cover maintenance, security updates and ongoing development of the open-source edition.
|
||||
|
||||
|
|
@ -43,37 +69,35 @@ Your sponsorship helps cover maintenance, security updates and ongoing developme
|
|||
</br></br>
|
||||
[<img src="./img/reui.png" alt="ReUI logo" width="151" height="56">](https://www.reui.io/)
|
||||
|
||||
## Support
|
||||
|
||||
The open-source version of SFTPGo is free to use under the terms of its [license](#license). We are proud to provide a robust and fully functional edition that meets the needs of many production environments.
|
||||
|
||||
While we do not offer direct free support, community support is available. You can use [GitHub Discussions](https://github.com/drakkan/sftpgo/discussions) to ask questions, share feedback and engage with other users of the project.
|
||||
|
||||
If you require guaranteed support, expert guidance, or advanced features, consider using SFTPGo Enterprise: a commercially licensed edition of SFTPGo that extends the open source version with enterprise-only features and full support.
|
||||
|
||||
SFTPGo Enterprise is available in two deployment options:
|
||||
|
||||
- On-premises: Deploy on your own infrastructure with full control and commercial-grade support. More details: [sftpgo.com/on-premises](https://sftpgo.com/on-premises)
|
||||
- Fully managed SaaS: Let us handle the infrastructure. Ideal for teams that want a secure, scalable, and maintenance-free setup with full support included. More details: [sftpgo.com/saas](https://sftpgo.com/saas)
|
||||
|
||||
## Documentation
|
||||
|
||||
You can explore all supported features and configuration options at [docs.sftpgo.com](https://docs.sftpgo.com/).
|
||||
You can explore all supported features and configuration options at [docs.sftpgo.com](https://docs.sftpgo.com/latest/).
|
||||
|
||||
You can select the version you're using from the top-left corner of the documentation site.
|
||||
If you're using the open-source edition, please make sure to switch to the corresponding documentation. The "Enterprise" docs, shown by default, include features that may only be available in the licensed edition or our SaaS offerings.
|
||||
**Note:** The link above refers to the **Community Edition**.
|
||||
For details on **Enterprise Edition**, please refer to the [Enterprise Documentation](https://docs.sftpgo.com/enterprise/).
|
||||
|
||||
## Support
|
||||
|
||||
- **Community Support**: use [GitHub Discussions](https://github.com/drakkan/sftpgo/discussions) to ask questions, share feedback, and engage with other users.
|
||||
- **Commercial Support**: If you require guaranteed SLAs, expert guidance, or the advanced features listed above, check out [SFTPGo Enterprise](https://sftpgo.com).
|
||||
|
||||
SFTPGo Enterprise is available as:
|
||||
|
||||
- On-premises: Full control on your infrastructure. More details: [sftpgo.com/on-premises](https://sftpgo.com/on-premises)
|
||||
- Fully managed SaaS: We handle the infrastructure. More details: [sftpgo.com/saas](https://sftpgo.com/saas)
|
||||
|
||||
## Internationalization
|
||||
|
||||
The translations are available via [Crowdin](https://crowdin.com/project/sftpgo), who have granted us an open source license.
|
||||
|
||||
Before start translating please take a look at our contribution [guidelines](https://sftpgo.github.io/latest/web-interfaces/#internationalization).
|
||||
Before translating please take a look at our contribution [guidelines](https://docs.sftpgo.com/latest/web-interfaces/#internationalization).
|
||||
|
||||
## Release Cadence
|
||||
|
||||
SFTPGo follows a feature-driven release cycle rather than a fixed, time-based schedule. Currently, our primary development efforts are focused on the [Enterprise edition](https://docs.sftpgo.com/enterprise/#enterprise-edition), which benefits from a faster release cadence and receives major new features (see [changelog](https://docs.sftpgo.com/enterprise/changelog/)).
|
||||
SFTPGo follows a feature-driven release cycle.
|
||||
|
||||
This open-source version of SFTPGo remains maintained and will continue to receive bug fixes and essential updates. However, not all enhancements introduced in the Enterprise edition will be available.
|
||||
- Enterprise Edition: Receives major new features first and follows a faster [release cadence](https://docs.sftpgo.com/enterprise/changelog/).
|
||||
- Community Edition: Remains maintained, receiving bug fixes, security updates, and updates to core features.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
|
@ -104,4 +128,4 @@ More information about [compliance](https://sftpgo.com/compliance.html).
|
|||
|
||||
## Copyright
|
||||
|
||||
Copyright (C) 2019 - 2025 Nicola Murino
|
||||
Copyright (C) 2019 - 2026 Nicola Murino
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue