remove storing the user in ftp server

db4
Doug Coleman 2008-11-18 01:10:00 -06:00
parent 4489de250f
commit 79b80baae8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ C: <ftp-list> ftp-list
: handle-USER ( ftp-command -- )
[
tokenized>> second client get (>>user)
drop
331 "Please specify the password." server-response
] [
2drop "bad USER" ftp-error