* This package installs SFTPGo as Windows Service. * After the first installation please take a look at the [Getting Started Guide](https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md). - https://github.com/drakkan/sftpgo/releases/tag/v2.4.5 + https://github.com...
I have been using SFTPGo in my Fedora 37 Workstation edition for a few days now. I don't have any issues during my testing period. SFTPGo works just fine out of the box. If you're looking for an easy way to setup a SFTP server in Linux or macOS or Windows platforms, SFTPGo is a...
windows-installer Windows setup: update MinVersion May 31, 2024 .cirrus.yml CI: re-enable FreeBSD testing now that Go 1.22 is in quarterly Apr 14, 2024 .gitignore Update README add section for dataprovider init Jan 31, 2020 .golangci.yml OIDC: allow to enable only OIDC login for Web ...
容器部署:docker run --name some-sftpgo-p 8080:8090 -eSFTPGO_HTTPD__BINDINGS__0__PORT=8090 -p 2022:2022 -d "drakkan/sftpgo:v2.1.0"浏览器打开配置界面http://192.168.3.5:8080/web/admin/setup1 sftp-web ftp sftp 端口号 web界面
容器部署:docker run --name some-sftpgo -p 8080:8090 -e SFTPGO_HTTPD__BINDINGS__0__PORT=8090 -p 2022:2022 -d "drakkan/sftpgo:v2.1.0"浏览器打开配置界面http://192.168.3.5:8080/web/admin/setup1 sftp-web ftp sftp 端口号 web界面 原创 最冷的烟火 2021-08-27 15:58:44 3302阅读 sf...
You can easily setup a customizable multi-factor authentication. Partial authentication. You can configure multi-step authentication requiring, for example, the user password after successful public key authentication. Per-user authentication methods. Two-factor authentication based on time-based one time ...
Security4 Insights Additional navigation options main 8Branches49Tags Code Folders and files Name Last commit message Last commit date Latest commit drakkan CI: skip signing Windows binaries for pull requests Nov 24, 2024 0f9314f·Nov 24, 2024 ...
In multi-nodes setups, the list entries propagation between nodes may take some minutes. You can defines how many rate limiters as you want, but keep in mind that if you defines multiple rate limiters each request will be checked against all the configured limiters and so it can potentially...
On Windows you can use: The Windows installer to install and run SFTPGo as a Windows service. The portable package to start SFTPGo on demand. The winget package to install and run SFTPGo as a Windows service: winget install SFTPGo. The Chocolatey package to install and run SFTPGo as a Wind...
windows-installer Windows setup: update MinVersion May 31, 2024 .cirrus.yml CI FreeBSD: use Go 1.23 Oct 16, 2024 .gitignore Update README add section for dataprovider init Jan 31, 2020 .golangci.yml OIDC: allow to enable only OIDC login for Web UIs ...