im new here. Please dont judge me if i did anything wrong :)
I have a IIS Server with many Pictures in it with the Path:
under this path are Pictures with names like:
"https://IISserver/pictures/312-33334-4444.jpg"
"https://IISserver/pictures/111-23454-4441.jpg"
I activated Directory Browsing in the web.config of the IIS Server.
Actually im working with
httpClient = new httpClient();
HttpResponseMessage message = await httpClient.GetAsync(URL);
So all what i want is a list with all dirctorys of this site. Is this possbile? Please help me.