sftpgo

sftpgo 2.7.6

Fully featured and highly configurable SFTP server

<rendered-html><p>Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.</p> </rendered-html>

https://github.com/drakkan/sftpgo
GNU Affero General Public License v3.0 onlyUnfree redistributable
main program: sftpgoprograms: -
Platforms (30)
armv6l-linuxpowerpc64-linuxi686-linuxriscv32-linuxriscv64-linuxmipsel-linuxmips-linuxwasm32-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  sftpgo
];
Ad-hoc shell
nix-shell -p sftpgo
Flake (nix run)
nix run nixpkgs#sftpgo