I have an FTP server which only accepts connections through running FTPS (explicit FTP over TLS). I need to be able to connect to this using a Ruby on Rails app.
I implemented an ftps solution using double-bag-ftps
double-bag-ftps