README.md in carrierwave-ftp-0.2.1 vs README.md in carrierwave-ftp-0.2.2
- old
+ new
@@ -28,9 +28,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
end
```
And then in your uploader, set the storage to `:ftp`: