Yeah, I remember...but...I thought once you made it to the confirm.php page you would then be given the link to download the zip. Instead it give you a random link to another page when the zip file can be downloaded. Pain in the butt.
I found some code you had created a while back on another post that finds the random url on the page and goes to it but the error on the previous post is what I get when I try to run it.
I used this code to successfully download a zip file.
<cfhttp url="http://ondemand.nssl.noaa.gov/tmp/COQ639YMTSR5/COQ639YMTSR5.zip"
getAsBinary="yes" path="C:\Inetpub\wwwroot\" file="theZipfile.zip">
<cfdump var="#cfhttp#">
But when I went to the website to generate that file, I did not get a webpage the listed it, I got an email that sent me to a web page that listed it. Is that the way it works for you as well?