Open
Description
FTP sites are still around and it may be that you need to access data via that protocol
Hopefully at least there is a secure (SSH) access to the FTP site so that you are not giving away credentials each time a connection is made
https://github.com/iSource/clj-sftp
- uses http://www.jcraft.com/jsch/ Java implementaton of SSH2 - with SSH File Transfer Protocol(version 0, 1, 2, 3)