This dataset depends on the following independent variable (i.e, grid):
grid: /P (mb) ordered [ (1000) (925) (850) (700) (600) (500) (400) (300)] :grid
grid: /T (months since 1960-01-01) ordered (Jan 1949) to (Aug 2014) by 1.0 N= 788 pts :grid
so there will be 6304 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://45.183.221.150/SOURCES/.NOAA/.NCEP-NCAR/.CDAS-1/.MONTHLY/.Intrinsic/PressureLevel/CBQW/1+index/.qa/qa/downloadsarcinfo.html'
single quotes are necessary in unix to protect the url from expansion; probably necessary in other cases as well