vlw
04-29-2003, 12:35 PM
I've posted this question on the CGI forum already, but just realized that maybe this should be a question on ASP instead.
I'm writing a winsock application that downloads data files from a website. The URL of the download page ends with .asp, so I figured that this should be done using ASP instead of CGI. When done manually, I go to the website and enter the name of the file I want in a box. A download dialog box then pops up, and I specify the location on my machine I want the file to go.
Two questions:
1) How can I automate this process? A query should be sent from my winsock application, right?
2) How do you figure out the correct query to send?
Any help on this is a greatly appreciated! I am totally new to web application programming.
Thanks in advance,
Victor
I'm writing a winsock application that downloads data files from a website. The URL of the download page ends with .asp, so I figured that this should be done using ASP instead of CGI. When done manually, I go to the website and enter the name of the file I want in a box. A download dialog box then pops up, and I specify the location on my machine I want the file to go.
Two questions:
1) How can I automate this process? A query should be sent from my winsock application, right?
2) How do you figure out the correct query to send?
Any help on this is a greatly appreciated! I am totally new to web application programming.
Thanks in advance,
Victor