I am currently trying to create a program to have a user/password prompt and a few data entry fields, then when submitted, it log's into the site (needs cookies for auth reasons I assume), and then hits a second url that brings up XML, and then downloads it to a specified directory. What's the best way of going about all this? Thanks