0
Answer

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

venkatesh D

venkatesh D

12y
906
1
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#?