2022-04-04 16:52:19 +00:00
|
|
|
SFTPGo allows you to securely share your files over SFTP and optionally over HTTP/S, FTP/S and WebDAV as well.
|
2021-12-19 17:08:12 +00:00
|
|
|
Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage,
|
|
|
|
Google Cloud Storage, Azure Blob Storage, other SFTP servers.
|
2021-11-29 16:58:10 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2021-12-19 17:08:12 +00:00
|
|
|
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.
|
2021-12-02 18:36:42 +00:00
|
|
|
|
2021-11-29 16:58:10 +00:00
|
|
|
Default data location:
|
|
|
|
|
|
|
|
C:\ProgramData\SFTPGo
|
|
|
|
|
2021-12-03 17:33:08 +00:00
|
|
|
Configuration file location:
|
2021-11-29 16:58:10 +00:00
|
|
|
|
|
|
|
C:\ProgramData\SFTPGo\sftpgo.json
|
|
|
|
|
2022-10-14 14:45:20 +00:00
|
|
|
Directory to create environment variable files to set configuration options:
|
|
|
|
|
|
|
|
C:\ProgramData\SFTPGo\env.d
|
|
|
|
|
2022-10-16 06:26:03 +00:00
|
|
|
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.
|
|
|
|
|
2024-05-15 19:25:42 +00:00
|
|
|
Documentation:
|
2022-10-16 06:26:03 +00:00
|
|
|
|
2024-11-15 14:19:26 +00:00
|
|
|
https://docs.sftpgo.com/
|
2021-11-29 16:58:10 +00:00
|
|
|
|
2024-05-15 19:25:42 +00:00
|
|
|
Commercial support:
|
2021-11-29 16:58:10 +00:00
|
|
|
|
2024-11-15 16:06:49 +00:00
|
|
|
https://sftpgo.com/
|
2021-12-19 17:08:12 +00:00
|
|
|
|
2024-05-15 19:25:42 +00:00
|
|
|
Source code:
|
2021-11-29 16:58:10 +00:00
|
|
|
|
|
|
|
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
|