miner / clj-ftp

Clojure wrapper for Apache Commons Net for basic FTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Commons Net 3.2 causes hang

miner opened this issue · comments

I'm not sure exactly what the problem is, but my app was hanging on putting a file when using ACN 3.2 in clj-ftp 0.1.4. It had done a number of mkdirs without a problem, but hung on the first put. Reverting to 3.1 worked around the immediate problem, but I need to go back and figure what's really going on and file a bug against Apache Commons Net 3.2 if appropriate. clj-ftp 0.1.5 reverted to ACN 3.1.

clj-ftp 0.3.1 updated to commons-net 3.3 without a problem