SFTPGo
Fully featured and highly configurable SFTP, HTTP/S, FTP/S, and WebDAV server.
Why consider SFTPGo?
SFTPGo is an open-source, full-featured multi-protocol file transfer server written in Go. It supports SFTP, FTP/S, WebDAV, and web client uploads with S3 and Azure Blob storage backends.
Learn SFTPGo by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of SFTPGo
SFTPGo serves as a secure gateway for file transfers. It provides WebAdmin panels, REST APIs, event actions, 2FA authentication, and virtual folder mappings backed by local disks or object stores.
Running with Docker
docker run -d \ --name sftpgo \ -p 8080:8080 -p 2022:2022 \ drakkan/sftpgo:latestAccess the SFTPGo WebAdmin at http://localhost:8080/web/admin.
SFTPGo is distributed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.