From: Raymond O'Connor Date: 2009-08-28T12:07:12+09:00 Subject: Mechanize Download File w/o Loading it All in Memory Is there a way to get Mechanize to download a csv file, without loading it all into memory first? As I understand even if I used a pluggable parser, it will still download the whole file into memory before saving it to a file? Thanks! -- Posted via http://www.ruby-forum.com/.