Configuration files
The application searches for the configuration files in the following locations:
config
subdirectory of the installation path (default for version 1.x and for standalone installations)%PROGRAMDATA%\Rebex\BuruSftp
(typicallyC:\ProgramData\Rebex\BuruSftp
), default for installations by Windows installer (2.x and later)
The configuration directory contains the following files:
Used by the application:
Files used by the application | |
---|---|
config.yaml | SFTP Server configuration |
webconfig.yaml | Web administration configuration |
aliases | SSH shell aliases |
license.key | License key |
users.ldb | User database |
Auxiliary files | |
config-default.yaml | Default SFTP Server configuration. Used as a blueprint by burusftp init when config.yaml is not found. |
webconfig-default.yaml | Default Web administration configuration. Used as a blueprint by burusftp init when webconfig.yaml is not found. |
aliases-default.yaml | Default SSH shell aliases. Used as a blueprint by burusftp init when aliases is not found. |
config-example.yaml | SFTP Server configuration example. |
webconfig-example.yaml | Web administration configuration example. |
aliases-example.yaml | SSH shell aliases example. |