kcwallace Posted August 31, 2007 Posted August 31, 2007 I need to grab a file from another companies web server with no user interaction. For example, a partner passes me a url (http://theirdomain/theirfolder/theirfile.dbf) to a dbf file. I need to grab that dbf file and write it to my web server into a predefined location. Any suggestions? Quote Go Beavs!!!
kcwallace Posted August 31, 2007 Author Posted August 31, 2007 Nevermind. As usual i figured it out write after i finished mosting the question System.Net.WebClient w = new System.Net.WebClient(); w.DownloadFile(theirURL, myServerLocation); Quote Go Beavs!!!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.