diff --git a/commands.go b/commands.go index c88fa70..4f4cdba 100644 --- a/commands.go +++ b/commands.go @@ -495,6 +495,7 @@ func (cmd commandQuit) RequireAuth() bool { } func (cmd commandQuit) Execute(conn *ftpConn, param string) { + conn.writeMessage(221, "Goodbye") conn.Close() } diff --git a/go.mod b/go.mod index 042091f..8c0a50a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/yob/graval +module github.com/New-Boundary-Technologies/graval go 1.12