Handbook
Glossary
handle-LIST ( obj -- )
Vocabulary
ftp
.
server
Inputs
obj
an
object
Outputs
None
Definition
USING:
io.pathnames
kernel
namespaces
;
IN:
ftp.server
:
handle-LIST
( obj -- )
drop
current-directory
get
can-serve-directory?
[
<ftp-list>
fulfill-client
]
[
<ftp-disconnect>
fulfill-client
]
if
;