FTP: Difference between revisions

3 bytes removed ,  10 years ago
m
Line 28:
(ftp-cd conn remote-dir)
(map
(lambda (elem) (printf "~a\n"displayln (string-join elem "\t")))
(ftp-directory-list conn "."))
(ftp-download-file conn "." "README")
(ftp-close-connection conn))</lang>
</lang>
 
=={{header|REBOL}}==
Anonymous user