From: Xiaofeng Qiu Date: 2006-04-20T10:04:38+09:00 Subject: MP3 download ------=_Part_19029_22083585.1145495074708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline i tried on my first ruby program, downloading a MP3 file: require 'net/http' req,body =3D Net::HTTP::get_response('*.*.net','/../1.mp3') f =3D File.new("1.mp3", "w") f.write body it does work ! but the file size is 5479K about 30K more than downloading by IE. And it sounds terrible when i replay the MP3. Does any one kown the reason? xiaofeng ------=_Part_19029_22083585.1145495074708--