sftpgo/cmd
Nicola Murino bcaf283c35 memory provider: load users from a dump file
The `memory` provider can load users from a dump obtained using the
`dumpdata` REST API. This dump file can be configured using the
dataprovider `name` configuration key. It will be loaded at startup
and can be reloaded on demand using a `SIGHUP` on Unix based systems
and a `paramchange` request to the running service on Windows.

Fixes #66
2020-02-02 22:20:39 +01:00
..
install_windows.go add Windows Service support 2019-09-16 08:52:58 +02:00
portable.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
reload_windows.go memory provider: load users from a dump file 2020-02-02 22:20:39 +01:00
root.go improve godoc 2019-10-08 10:29:16 +02:00
serve.go add Windows Service support 2019-09-16 08:52:58 +02:00
service_windows.go memory provider: load users from a dump file 2020-02-02 22:20:39 +01:00
start_windows.go add Windows Service support 2019-09-16 08:52:58 +02:00
status_windows.go add Windows Service support 2019-09-16 08:52:58 +02:00
stop_windows.go add Windows Service support 2019-09-16 08:52:58 +02:00
uninstall_windows.go add Windows Service support 2019-09-16 08:52:58 +02:00