Hi,
How can I write some code to download a file from a website programatically?
Say I want to download abc.xls that is located at www.google.com/abc.xls
and save it to c:\temp\abc.xls.
Without getting any prompts, just overwrite the file if it exists.
Thanks.
How can I write some code to download a file from a website programatically?
Say I want to download abc.xls that is located at www.google.com/abc.xls
and save it to c:\temp\abc.xls.
Without getting any prompts, just overwrite the file if it exists.
Thanks.