I'm writting a C# utility program that I need the ability to download and save a file from a URL.
I have the code working to obtain the URL from a web service call, however I'm having trouble finding a simple example of how to begin the download and save the data to a disk file.
Does anyone have a good example of this, or can provide me with an example?
Thanks!
EDIT - I should mention that these files will be 3 to 4 GB in size. So if there are special considerations for files of this size I would appreciate any advice.