Search Criteria
Package Details: sftpgo-bin 1.2.2-1
Git Clone URL: | https://aur.archlinux.org/sftpgo-bin.git (read-only, click to copy) |
---|---|
Package Base: | sftpgo-bin |
Description: | Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, 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: | |
Conflicts: | |
Provides: | |
Submitter: | drakkan |
Maintainer: | drakkan |
Last Packager: | drakkan |
Votes: | 1 |
Popularity: | 0.000103 |
First Submitted: | 2019-10-20 06:58 |
Last Updated: | 2020-11-18 20:37 |
Dependencies (6)
- glibc (glibc-git)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (optional) – to use MySQL provider
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-9.6, postgresql-lts, postgresql-12, postgresql-src, postgresql-11) (optional) – to use PostgreSQL provider
- python-pygments (optional) – REST API CLI colors highlight
- python-requests (optional) – REST API CLI
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (optional) – to use SQLite provider
Latest Comments
drakkan commented on 2020-06-25 14:24
Hi,
the configuration was deprecated after 0.9.6 release. In 0.9.6
sftpd.action.hook
is not defined. If you want to test the latest features you should usesftpgo-git
package, the config file is updated theresvinto commented on 2020-06-25 14:15
According to documentation in the github repo,
sftpd.action.command
in 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?