Hi all,
I'm pleased to announce SFTPGo 2.0.0!
SFTPGo is a fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support, written in Go. It can serve local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, other SFTP servers.
Here are the main new features compared to 1.2.x versions:
- REST API v2: you can now define administrators and related permissions.
- Data At Rest Encryption.
- KMS support: cloud account credentials and other sensitive data can be stored within external Key Management Services (Vault, GCP KMS, AWS KMS).
- SFTP can also be used as storage backend, so you can proxy other SFTP servers.
- Two-Way TLS authentication, aka TLS with client certificate authentication, for FTP, WebDAV, REST API, web admin.
- Multiple binding support for all the supported protocols and REST API.
- Built-in defender: you can configure an auto-blocking policy for offending hosts.
- Improved FTP support.
- Several bug fixes and other minor improvements.
You can find the full list of features and the documentation on the project page:
Binary releases for Linux, macOS and Windows are available:
Docker images are available:
If you find a bug please open an issue here:
If you want to suggest a new feature or have a question, please start a new discussion here:
Yours sincerely,
Nicola