How to use paperclip to upload file to web hosting via ftp
Posted
by neokain
on Stack Overflow
See other posts from Stack Overflow
or by neokain
Published on 2010-06-16T04:46:38Z
Indexed on
2010/06/16
4:52 UTC
Read the original article
Hit count: 154
ruby-on-rails
from title, I create Rails application and use Paperclip to manage file upload but I don't want to store file in local machine, I want to store file in other machine via ftp.
Paperclip provide to store file in S3 storage, I want to make paperclip can do like S3 but via ftp.
Help me please.
© Stack Overflow or respective owner