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#?
Replies
Know the answer? Post it — somebody with the same question will find it here.