Apache Commons Net 3.2 causes hang
miner opened this issue · comments
Steve Miner commented
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.
Steve Miner commented
clj-ftp 0.3.1 updated to commons-net 3.3 without a problem