Handbook
Glossary
parse-epsv ( ftp-response -- port )
Vocabulary
ftp
.
client
Inputs
ftp-response
an
object
Outputs
port
an
object
Definition
USING:
accessors
math.parser
sequences
splitting
;
IN:
ftp.client
:
parse-epsv
( ftp-response -- port )
strings>>
first
"|"
split
2
tail*
first
string>number
;