Parents: | ftp |
Tags: | network |
Authors: | Doug Coleman |
Class | Superclass | Slots |
ftp-error | tuple | got expected |
Word | Stack effect |
(ftp-get) | ( url path -- ) |
(ftp-response-code) | ( str -- n ) |
>ftp-url | ( url -- url' ) |
ensure-login | ( url -- url ) |
ftp-assert | ( ftp-response n -- ) |
ftp-command | ( string -- ftp-response ) |
ftp-connect | ( url -- stream ) |
ftp-cwd | ( directory -- ftp-response ) |
ftp-epsv | ( -- ftp-response ) |
ftp-error | ( got expected -- * ) |
ftp-get | ( url -- ) |
ftp-list | ( -- ) |
ftp-login | ( url -- ) |
ftp-password | ( url -- ftp-response ) |
ftp-pwd | ( -- ftp-response ) |
ftp-quit | ( -- ftp-response ) |
ftp-response-code | ( string -- n/f ) |
ftp-retr | ( filename -- ftp-response ) |
ftp-set-binary | ( -- ftp-response ) |
ftp-user | ( url -- ftp-response ) |
list | ( url -- ftp-response ) |
open-passive-client | ( url protocol -- stream ) |
parse-epsv | ( ftp-response -- port ) |
read-response | ( -- ftp-response ) |
read-response-loop | ( ftp-response -- ftp-response ) |
with-ftp-client | ( url quot -- ) |
Word | Stack effect |
ftp-error? | ( object -- ? ) |
Vocabulary | Summary |
ftp.client.listing-parser |