How to download all files from Web directory (URL) by POWERSHELL Script?
I have a web directory and I required to download all folder, sub-folders, files as per directory as it is. The directory domain is like https://subDom.mainDom.com:4434/subFolder/
and their are many more sub folder in their and also huge files. I am using a powerShell script which is working fine for the url: https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/recent/
but not for my URL. The code is given below: