FTPS (TLS/SSL) from Ruby on Rails App

后端 未结 6 1878
清酒与你
清酒与你 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:41

    I done something like this with Implicit/Explicit FTPS, I used double-bag-ftps gem that I patched to support reuse of ssl session. It's a requirement for a lot of ftps servers.

    I put the code on github here : https://github.com/alain75007/double-bag-ftps

提交回复
热议问题