Recipe: Retrieve (global) data from FTP server: Difference between revisions

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
Line 34: Line 34:


To download a file for a specific time, say 0900z, we can use
To download a file for a specific time, say 0900z, we can use
  wget ftp://G5NR@ftp.nccs.nasa.gov/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18/c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4
  wget ftp://G5NR:@ftp.nccs.nasa.gov/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18/c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4


== Discussion ==
== Discussion ==