miner / clj-ftp

Clojure wrapper for Apache Commons Net for basic FTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dir command

cneira opened this issue · comments

is it possible to implement the DIR command ?

clj-ftp has functions such as client-file-names and client-directory-names. If you need more than that, look at the API for FTPClient and use Java interop.