Download Latest Version sftpgo_v2.7.5_windows_x86_64.exe (16.8 MB)
Email in envelope

Get an email when there's a new version of SFTPGo

Home / v2.7.4
Name Modified Size InfoDownloads / Week
Parent folder
sftpgo_v2.7.4_windows_portable.zip 2026-06-27 53.8 MB
sftpgo_v2.7.4_windows_arm64.exe 2026-06-27 14.6 MB
sftpgo_v2.7.4_windows_x86.exe 2026-06-27 15.0 MB
sftpgo_v2.7.4_windows_x86_64.exe 2026-06-27 16.6 MB
sftpgo_2.7.4-1_amd64.deb 2026-06-27 18.6 MB
sftpgo_2.7.4-1_arm64.deb 2026-06-27 16.1 MB
sftpgo_2.7.4-1_armhf.deb 2026-06-27 16.6 MB
sftpgo_2.7.4-1_ppc64el.deb 2026-06-27 15.9 MB
sftpgo-2.7.4-1.aarch64.rpm 2026-06-27 16.1 MB
sftpgo-2.7.4-1.armv7hl.rpm 2026-06-27 16.6 MB
sftpgo-2.7.4-1.ppc64le.rpm 2026-06-27 15.9 MB
sftpgo-2.7.4-1.x86_64.rpm 2026-06-27 18.6 MB
sftpgo_v2.7.4_macOS_arm64.tar.xz 2026-06-27 13.3 MB
sftpgo_v2.7.4_macOS_x86_64.tar.xz 2026-06-27 13.3 MB
sftpgo_v2.7.4_src_with_deps.tar.xz 2026-06-27 11.7 MB
sftpgo_v2.7.4_linux_arm64.tar.xz 2026-06-27 12.9 MB
sftpgo_v2.7.4_linux_armv7.tar.xz 2026-06-27 13.0 MB
sftpgo_v2.7.4_linux_bundle.tar.xz 2026-06-27 46.5 MB
sftpgo_v2.7.4_linux_ppc64le.tar.xz 2026-06-27 12.7 MB
sftpgo_v2.7.4_linux_x86_64.tar.xz 2026-06-27 14.8 MB
README.md 2026-06-27 1.1 kB
v2.7.4 source code.tar.gz 2026-06-27 4.9 MB
v2.7.4 source code.zip 2026-06-27 5.1 MB
Totals: 23 Items   382.3 MB 0

### New features

  • Symbolic links: the new symlink_mode setting selects, per backend, whether clients holding the create_symlinks permission may create symbolic links on the local filesystem, the SFTP backend, or both. It is disabled by default. Creating a link requires create_symlinks on both the link's directory and the directory it points into, so per-directory permissions are enforced consistently on the path the client requests.
  • OIDC redirect: the WebClient OIDC login now preserves a next redirect target across the IdP round-trip.

Bug fixes

  • httpd: return after a CSRF failure in the web client login. The login POST handler rendered the CSRF error page but did not return, so execution fell through into the post-connect hook and the credential verification pipeline. Added the missing return to match the admin login, password reset, and setup handlers.

Hardening

  • Improve symbolic links handling and add more test cases.
  • httpd: clean and unify the WebClient post-login redirect target validation.
Source: README.md, updated 2026-06-27