mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
bcaf283c35
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 |
||
---|---|---|
.. | ||
cmd_unix.go | ||
cmd_windows.go | ||
handler.go | ||
internal_test.go | ||
internal_unix_test.go | ||
lister.go | ||
scp.go | ||
server.go | ||
sftpd.go | ||
sftpd_test.go | ||
ssh_cmd.go | ||
transfer.go |