using System; using System.Net; using System.Net.Sockets; using System.IO; using System.Text; class c1514 { static int Main() { const int n_sites=37; /* check the base address https://www.metoffice.gov.uk/pub/data/weather/uk/climate/stationdata/cwmystwythdata.txt */ string base_address = @"https://www.metoffice.gov.uk/pub/data/weather/uk/climate/stationdata/"; string [] station_name = { "aberporth" , "armagh" , "ballypatrick", "bradford" , "braemar" , "camborne", "cambridge" , "cardiff" , "chivenor", "cwmystwyth" , "dunstaffnage" , "durham", "eastbourne" , "eskdalemuir" , "heathrow", "hurn" , "lerwick" , "leuchars", "lowestoft" , "manston" , "nairn", "newtonrigg" , "oxford" , "paisley", "ringway" , "rossonwye" , "shawbury", "sheffield" , "southampton" , "stornoway", "suttonbonington" , "tiree" , "valley", "waddington" , "whitby" , "wickairport", "yeovilton", }; string [] web_address = new string[n_sites]; string last_part="data.txt"; string input_string; int i; // create the web address of each file for (i=0;i