RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

FTP Integration in Rails App

Ruby on Rails web applications require FTP integration for downloading and sending files. Here are the different ways to integrate FTP with a Rails app. https://www.botreetechnologies.com/blog/ftp-integration-in-rails-app/

Comments

In the code, you should fix constant names, since FTP, FTPS, and SFTP are different technologies, and this naming leads to misunderstanding.

Ruby’s net/ftp code only supports plain text FTP connections, FTP over TLS (FTPS) or FTP over SSH (SFTP) needs more setup or different libraries.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in