sftpgo-mirror/config
Nicola Murino e50c521c33 add SCP support
SCP is an experimental feature, we have our own SCP implementation
since we can't rely on scp system command to proper handle permissions,
quota and user's home dir restrictions. The SCP protocol is quite simple
but there is no official docs about it, so we need more testing and
feedbacks before enabling it by default.
We may not handle some borderline cases or have sneaky bugs.

This commit contains some breaking changes to the REST API.
SFTPGo API should be stable now and I hope no more breaking changes
before the first stable release.
2019-08-24 14:41:15 +02:00
..
config.go add SCP support 2019-08-24 14:41:15 +02:00
config_linux.go add version info 2019-08-08 10:01:33 +02:00
config_nolinux.go add version info 2019-08-08 10:01:33 +02:00
config_test.go switch to viper for configuration and use cobra for cli 2019-08-07 22:46:52 +02:00