Search Criteria
Package Details: sftpgo-bin 2.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sftpgo-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | sftpgo-bin |
| Description: | Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob |
| Upstream URL: | https://github.com/drakkan/sftpgo |
| Keywords: | azure-blob cloud-storage docker ftp git golang google-cloud-storage haproxy multi-factor-authentication portable prometheus proxy-protocol s3 scp sftp ssh-commands webdav |
| Licenses: | AGPLv3 |
| Conflicts: | sftpgo |
| Provides: | sftpgo |
| Submitter: | drakkan |
| Maintainer: | drakkan |
| Last Packager: | drakkan |
| Votes: | 6 |
| Popularity: | 0.000535 |
| First Submitted: | 2019-10-20 06:58 (UTC) |
| Last Updated: | 2025-10-23 18:40 (UTC) |
Dependencies (4)
- libcap
- cockroachdb (cockroachdb-binAUR) (optional) – to use CockroachDB provider
- mariadb (mysql81AUR, mysql80AUR, mysqlAUR, mysql84AUR, mariadb-lts, percona-server) (optional) – to use MySQL provider
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql18-docsAUR, postgresql18AUR, postgresql17-docsAUR, postgresql17AUR, postgresql16-docsAUR, postgresql16AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR) (optional) – to use PostgreSQL provider
Latest Comments
drakkan commented on 2022-02-01 17:02 (UTC)
@AlphaJack, I'm quite busy at the moment, can you please provide a patch? Thank you
AlphaJack commented on 2022-02-01 16:53 (UTC)
Hi, can you please include binary releases for other architectures?
Also, why are you hardcoding GID/UID for chmod purposes instead of using a .tmpfiles file where you can set the desired permissions?
drakkan commented on 2020-06-25 14:24 (UTC)
Hi,
the configuration was deprecated after 0.9.6 release. In 0.9.6
sftpd.action.hookis not defined. If you want to test the latest features you should usesftpgo-gitpackage, the config file is updated theresvinto commented on 2020-06-25 14:15 (UTC)
According to documentation in the github repo,
sftpd.action.commandin the config file is deprecated in favor ofsftpd.action.hook. But the config file in the AUR package still containssftpd.action.command.Was updating the config here forgotten, or is there a reason for this I'm missing?