Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ func (cmd commandQuit) RequireAuth() bool {
}

func (cmd commandQuit) Execute(conn *ftpConn, param string) {
conn.writeMessage(221, "Goodbye")
conn.Close()
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/yob/graval
module github.com/New-Boundary-Technologies/graval

go 1.12

Expand Down