views:

83

answers:

1

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.

+1  A: 

http://github.com/cdamian/paperclipftp

databyte