ftpd: check the TYPE parameter in a case-insensitive manner

also pin plugin versions in docker image

Fixes #1082

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-12-04 08:32:27 +01:00
parent dd98c06397
commit 0f74c077ac
3 changed files with 11 additions and 3 deletions

1
go.mod
View File

@@ -170,6 +170,7 @@ require (
)
replace (
github.com/fclairamb/ftpserverlib => github.com/drakkan/ftpserverlib v0.0.0-20221203115213-ba73c775a9fd
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20221117111000-a0321143587c
)