I am new at python. I want to download through a code data from this URL: "ftp://cddis.nasa.gov/gnss/products/ionex/". However the files that I want have this format: "codgxxxx.xxx.Z". All these files are inside each year(enter image description here) as it is show here:enter image description here. How can I download it just those files using python?.
Until now I have been using wget with this code: wget ftp://cddis.nasa.gov/gnss/products/ionex/2008/246/codg0246.07i.Z", for each one of files but is to tedious.
Can anyone help me please!!.
Thank you