README.md in carrierwave-ftp-0.2.6 vs README.md in carrierwave-ftp-0.2.7
- old
+ new
@@ -1,8 +1,8 @@
# CarrierWave FTP storage
-[![Build Status](https://travis-ci.org/luan/carrierwave-ftp.png?branch=master)](https://travis-ci.org/luan/carrierwave-ftp)
+[![Build Status](https://travis-ci.org/luan/carrierwave-ftp.svg?branch=master)](https://travis-ci.org/luan/carrierwave-ftp)
[![Code Climate](https://codeclimate.com/github/luan/carrierwave-ftp.png)](https://codeclimate.com/github/luan/carrierwave-ftp)
[![Dependency Status](https://gemnasium.com/luan/carrierwave-ftp.png)](https://gemnasium.com/luan/carrierwave-ftp)
This gem adds support for FTP upload to [CarrierWave](https://github.com/jnicklas/carrierwave/)
@@ -32,10 +32,10 @@
config.ftp_port = 21
config.ftp_user = "example"
config.ftp_passwd = "secret"
config.ftp_folder = "/public_html/uploads"
config.ftp_url = "http://example.com/uploads"
- config.passive = false # false by default
+ config.ftp_passive = false # false by default
end
```
And then in your uploader, set the storage to `:ftp`: