From: Constantin Gavrilescu Date: 2007-09-10T07:25:05+09:00 Subject: Re: net/http and binary files Clifford Heath wrote: > The example works on *nix systems, but on Windoze, you must write the > file in binary mode: File.open('result.mp3', 'wb') Wonderful. Forgot about that... Thank you. -- Posted via http://www.ruby-forum.com/.