I have win service which must download all zip files by URL(for example http://download.geonames.org/export/dump/) but when i use Directory.GetFiles
method or DirectoryInfo di = new DirectoryInfo(ConfigurationManager.AppSettings["GeoFullDataURLPath"])
i get error:
URI formats are not supported..
How i can resolve this problem?