No description
  • Go 54%
  • JavaScript 24.9%
  • CSS 11.8%
  • HTML 9.1%
  • Shell 0.1%
Find a file
Nicola Murino e7a1128574
remove AWS Marketplace specific code
it is out of context for the Open-Source edition

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2025-08-17 12:29:57 +02:00
.github Improve issue templates 2025-07-20 13:18:25 +02:00
docker/scripts remove docs and add a link to new documentation website 2024-04-27 13:47:14 +02:00
examples Remove legacy data retention API 2025-07-12 22:20:54 +02:00
img added ReUI to the sponsors section 2025-03-29 10:44:26 +01:00
init sysv script: set mode to 755 2025-07-04 11:32:07 +02:00
internal remove AWS Marketplace specific code 2025-08-17 12:29:57 +02:00
openapi Remove legacy data retention API 2025-07-12 22:20:54 +02:00
pkgs nfpm: update to 2.43.0 2025-06-16 19:09:07 +02:00
static WebClient: translate "selected items" label also at bottom of page 2025-07-21 18:24:49 +02:00
templates WebClient: add an id field to files list to simplify UI logic 2025-07-22 18:59:20 +02:00
tests examples: update deps 2025-06-20 20:22:58 +02:00
windows-installer Windows setup: fix copyright 2025-05-13 18:42:10 +02:00
.cirrus.yml CI FreeBSD: switch to Go 1.24 2025-04-20 17:34:51 +02:00
.gitignore Update README add section for dataprovider init 2020-01-31 08:56:15 +01:00
.golangci.yml update lint rules 2025-06-29 08:43:45 +02:00
CODE_OF_CONDUCT.md add code of conduct 2023-06-04 09:03:58 +02:00
CODEOWNERS add CODEOWNERS file 2022-11-24 18:53:59 +01:00
crowdin.yml update crowdin.yml 2023-12-14 19:44:50 +01:00
Dockerfile Bump golang from 1.23-bookworm to 1.24-bookworm (#1898) 2025-03-01 10:42:16 +01:00
Dockerfile.alpine Bump alpine from 3.21 to 3.22 (#1994) 2025-06-02 20:53:16 +02:00
Dockerfile.distroless Bump golang from 1.23-bookworm to 1.24-bookworm (#1898) 2025-03-01 10:42:16 +01:00
go.mod remove AWS Marketplace specific code 2025-08-17 12:29:57 +02:00
go.sum remove AWS Marketplace specific code 2025-08-17 12:29:57 +02:00
LICENSE change license to AGPL-3 2021-02-26 19:47:48 +01:00
main.go remove end year from Copyright notice in files 2024-01-01 11:31:45 +01:00
NOTICE add License NOTICE 2024-10-18 19:26:11 +02:00
README.md added ReUI to the sponsors section 2025-03-29 10:44:26 +01:00
SECURITY.md update security policy 2023-05-26 19:22:37 +02:00
sftpgo.json remove data retention hook 2025-07-14 18:22:32 +02:00

SFTPGo

CI Status License: AGPL-3.0-only Mentioned in 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.

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.

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.

Sponsors

We strongly believe in Open Source software model, so we decided to make SFTPGo available to everyone, but maintaining and evolving SFTPGo takes a lot of time and work. To make development and maintenance sustainable you should consider to support the project with a sponsorship.

We love doing the work and we'd like to keep doing it - your support helps make SFTPGo possible.

It is important to understand that you should support SFTPGo and any other Open Source project you rely on for ongoing maintenance, even if you don't have any questions or need new features, to mitigate the business risk of a project you depend on going unmaintained, with its security and development velocity implications.

Thank you to our sponsors

Platinum sponsors

Aledade logo

Jump Trading logo

WP Engine logo

Silver sponsors

IDCS logo

Bronze sponsors

7digital logo

servinga logo

ReUI logo

Support

You can use SFTPGo for free, respecting the obligations of the Open Source license, but please do not ask or expect free support as well.

Use discussions to ask questions and get support from the community.

We offer commercial support, guarantees, and advice for SFTPGo:

  • With our plans you can safely install and use SFTPGo on-premise in professional environments.
  • With our SaaS offerings you can use SFTPGo hosted in the cloud, fully managed and supported.

Documentation

You can read more about supported features and documentation at docs.sftpgo.com.

Internationalization

The translations are available via Crowdin, who have granted us an open source license.

Before start translating please take a look at our contribution guidelines.

Release Cadence

SFTPGo releases are feature-driven, we don't have a fixed time based schedule. As a rough estimate, you can expect 1 or 2 new major releases per year and several bug fix releases.

Acknowledgements

SFTPGo makes use of the third party libraries listed inside go.mod.

We are very grateful to all the people who contributed with ideas and/or pull requests.

Thank you to ysura for granting us stable access to a test AWS S3 account.

Thank you to KeenThemes for granting us a custom license to use their amazing themes for the SFTPGo WebAdmin and WebClient user interfaces, across both the Open Source and Open Core versions.

Thank you to Crowdin for granting us an Open Source License.

Thank you to Incode for helping us to improve the UI/UX.

License

SFTPGo source code is licensed under the GNU AGPL-3.0-only with additional terms.

The theme used in WebAdmin and WebClient user interfaces is proprietary, this means:

  • KeenThemes HTML/CSS/JS components are allowed for use only within the SFTPGo product and restricted to be used in a resealable HTML template that can compete with KeenThemes products anyhow.
  • The SFTPGo WebAdmin and WebClient user interfaces (HTML, CSS and JS components) based on this theme are allowed for use only within the SFTPGo product and therefore cannot be used in derivative works/products without an explicit grant from the SFTPGo Team.

More information about compliance.

Copyright (C) 2019 - 2025 Nicola Murino