I'm going to extract some data from a site, I use HTML agility pack, but surprisingly this site cannot be analyzed correctly when I use its remote address, so I have to save file to local system, then use HTML agility pack. How can I copy this file to my server and then use HTML agility pack to analyze and extract data?
for instance this is my remote file: www.testsite.com/testfile.html
I want to save this file to my server, and then work with the local file (I use C#)