add support for SFTP subsystem mode

Fixes #204
This commit is contained in:
Nicola Murino
2020-10-29 19:23:33 +01:00
parent e54828a7b8
commit ac3bae00fc
15 changed files with 368 additions and 14 deletions

View File

@@ -255,7 +255,7 @@ func writeLog(r *http.Request, err error) {
Str("sender", logSender).
Fields(fields).
Err(err).
Msg("")
Send()
}
func checkRemoteAddress(r *http.Request) {