This dataset depends on the following independent variable (i.e, grid):
grid: /T (months since 1960-01-01) ordered (16 Nov 1960 - 15 Dec 1960) to (16 Sep 1961 - 15 Oct 1961) by 1.0 N= 11 pts :grid
so there will be 11 links below for the different files.
You may want to get a utility like wget which can download sets of files. For example (all one line)
wget -r -l2 -nd --no-parent -e robots=off -v --relative 'http://iridl.ldeo.columbia.edu/SOURCES/.IGOSS/.nmc/.Reyn_SmithOIv1/.monthly/.ssta/yearly-climatology/X+integral/%5BT+%5Ddetrend-bfl/T+integral/%5BX+Y+%5Ddetrend-bfl/%5BY+%5Ddetrend-bfl/Y+differences/Y+partial/X+differences/T+differences/Y+integral/T+differences/%5BX+Y+T+%5Ddetrend-bfl/downloadsarcinfo.html'
single quotes are necessary in unix to protect the url from expansion; probably necessary in other cases as well