Automate file download through HTTP. - TechRepublic
General discussion
June 23, 2005 at 07:55 AM
sjohnson175

Automate file download through HTTP.

by sjohnson175 . Updated 13 years, 2 months ago

A friend has approached me with this problem:

He needs to get the target file from the following URL:

http://ichart.finance.yahoo.com/table.csv?s=UPS&d=5&e=21&f=2005&g=d&a=10&b=10&c=1999&ignore=.csv

and land it on one of his local netowrk shares. He cannot run IIS so ASP is out of the question.

I was thinking of a scheduled task to run IE and pass the URL as a command line argument. The problem with that is you still have to answer the file download dialog.

What’s the best ultra low footprint solution for doing this on a 2000 or XP machine?

Thanks.

This discussion is locked

All Comments