venkatesh D

venkatesh D

  • NA
  • 12
  • 3.5k

How to Connect http server and get new files from it using c#?

Nov 5 2012 4:42 AM
Hi,
In http server files are uplaoding like test.xml,sample.xml etc.
Then i need to connect that server and need to pull files from one by one .
 xmlFile = XmlReader.Create("test.xml", new XmlReaderSettings());

how to connect to server and pull the new files from it  using c#?