From: "Morris, Chris" Date: 2002-01-16T06:59:58+09:00 Subject: RE: grabbing stuff from web pages > Thanks for the pointer ... it seems neat. Doesn't read my amazon pages > though ... but I'll make good use of it somehow! I dinked with the redirects some, but didn't have time to figure it all out (plus I think my problem was compounded by accessing a secure site). If you're willing & able to use vbs & ie, the following uses xmlhttp (part of ie) to download a file. xmlhttp has all the built-in smarts to properly handle redirects. I used it to download all my mp3s from myplay when they shut things down. The following is a Windows Scripting Component that I called from ruby through win32ole. Requires MDAC 2.5, I believe, because the adodb.stream object didn't exist prior to that. There's also a way to do it without adodb.stream, but it requires a little more code. I believe the google link in the comments can direct you there as well. The object tag instantiates the specified progid