FTPS (TLS/SSL) from Ruby on Rails App

后端 未结 6 1905
清酒与你
清酒与你 2021-01-04 05:40

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.

6条回答
  •  粉色の甜心
    2021-01-04 06:26

    If you want to use Implicit FTPS, please try this gist.

    For Explicit FTPs, you can use the ruby gem ftpfxp.

提交回复
热议问题