feat: Add read-only flag to FTP server

This commit is contained in:
Felix Pojtinger
2022-01-05 03:50:37 +01:00
parent f856f880e5
commit e8a164ca61
4 changed files with 86 additions and 21 deletions

View File

@@ -144,6 +144,7 @@ func main() {
)
},
false,
false,
func(hdr *config.Header) {
l.Trace("Header transform", hdr)