Hi All,
I have few file urls on different libraries or under different folder hierarchy on SharePoint site, and I need to download only those files (not other) like given below.
1. Http://example.com/sites/Site1/Lib1/Sample1.pdf
2. Http://example.com/sites/Site1/Lib2/Sample2.pdf
3. Http://example.com/sites/Site1/Lib1/Lib2/Sample3.pdf
Is there any method to download those files directly by passing the full url,I can do it by WebClient but I am not able to do it in CSOM.
Could you please provide me any working code for this.
Sonu88