![]()
Some checks failed
CI / golangci-lint (push) Has been cancelled
Docker / Build (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / Test and deploy (push) Has been cancelled
CI / Test and deploy Windows (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (push) Has been cancelled
Fixes #1778 Signed-off-by: Nicola Murino <nicola.murino@gmail.com> |
||
---|---|---|
.. | ||
icon.ico | ||
LICENSE_with_NOTICE.txt | ||
README.txt | ||
sftpgo.iss |
SFTPGo allows you to securely share your files over SFTP and optionally over HTTP/S, FTP/S and WebDAV as well. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, other SFTP servers. If this is your first installation please open the web administration panel: http://localhost:8080/web/admin and complete the initial setup. The SFTP service is available, by default, on port 2022. If the SFTPGo service does not start, make sure that TCP ports 2022 and 8080 are not used by other services or change the SFTPGo configuration to suit your needs. Default data location: C:\ProgramData\SFTPGo Configuration file location: C:\ProgramData\SFTPGo\sftpgo.json Directory to create environment variable files to set configuration options: C:\ProgramData\SFTPGo\env.d It is recommended that you set custom configurations as environment variables by creating files in the env.d directory. This eliminates the need to merge your changes with the default configuration file after each update. You can simply replace the configuration file with the default one after updating SFTPGo. Documentation: https://docs.sftpgo.com/ Commercial support: https://sftpgo.com/ Source code: https://github.com/drakkan/sftpgo If you find a bug please open an issue: https://github.com/drakkan/sftpgo/issues If you want to suggest a new feature or have a question, please start a new discussion: https://github.com/drakkan/sftpgo/discussions