This dataset depends on the following independent variable (i.e, grid):
grid: /P (mb) ordered [ (1037.5) (962.5) (887.5) (775.0) (650.0) (550.0) (450.0) (350.0) (275.0) (225.0) (175.0) (125.0) (85.0) (60.0) (40.0) (25.0) (15.0) (5.0)] :grid
grid: /T (months since 01-Jan) periodic (16 Dec - 15 Jan) to (16 Nov - 15 Dec) by 1.0 N= 12 pts :grid
so there will be 216 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://213.154.77.59/SOURCES/.NOAA/.NCEP-NCAR/.CDAS-1/.MONTHLY/.Intrinsic/.PressureLevel/.psi/yearly-climatology/P+integral/T+partial/downloadsarcinfo.html'
single quotes are necessary in unix to protect the url from expansion; probably necessary in other cases as well