remove storing the user in ftp server
parent
4489de250f
commit
79b80baae8
|
|
@ -75,7 +75,7 @@ C: <ftp-list> ftp-list
|
||||||
|
|
||||||
: handle-USER ( ftp-command -- )
|
: handle-USER ( ftp-command -- )
|
||||||
[
|
[
|
||||||
tokenized>> second client get (>>user)
|
drop
|
||||||
331 "Please specify the password." server-response
|
331 "Please specify the password." server-response
|
||||||
] [
|
] [
|
||||||
2drop "bad USER" ftp-error
|
2drop "bad USER" ftp-error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue