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.
How about using Net::FTPTLS ?
Net::FTPTLS