Handbook
Glossary
open-passive-client ( url protocol -- stream )
Vocabulary
ftp
.
client
Inputs
url
an
object
protocol
an
object
Outputs
stream
an
object
Definition
USING:
io.sockets
kernel
urls
;
IN:
ftp.client
:
open-passive-client
( url protocol -- stream )
[
url-addr
ftp-epsv
parse-epsv
with-port
]
dip
<client>
drop
;