I would like to create a programme that can download a specific CDF file from this website:
http://research.ssl.berkeley.edu/data/psp/data/sci/fields/l2/mag_RTN_4_Sa_per_Cyc/2018/10/
For example I would like the user to get asked which specific date he would like to download and the programme to download the file and store it as data.
In this site all the file names end with the date. For example:
psp_fld_l2_mag_RTN_4_Sa_per_Cyc_20181003_v01.cdf
Where, 20181003 means 2018/10/03 (the date)
Is this possible?