No release in over 3 years
Low commit activity in last 3 years
FTP Active Storage service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.1.2
>= 5.2.0, ~> 5.2
 Project Readme

ActiveStorage FTP Service

FTP Active Storage service.

Installation

Add this line to your application's Gemfile:

gem 'activestorage-ftp'

And then execute:

$ bundle install

Usage

config/storage.yml

production:
  service: Ftp
  ftp_host: <%= ENV["FTP_HOST"] %>
  ftp_port: <%= ENV["FTP_PORT"] %>
  ftp_user: <%= ENV["FTP_USER"] %>
  ftp_passwd: <%= ENV["FTP_PASSWD"] %>
  ftp_folder: <%= ENV["FTP_FOLDER"] %>
  ftp_url: <%= ENV["FTP_URL"] %>
  # optional
  ftp_passive: true
  ftp_chmod: 0600

License

The gem is available as open source under the terms of the MIT License.