Recipe: Retrieve (global) data from FTP server: Difference between revisions
Line 29: | Line 29: | ||
The command line tool <code>wget</code> can be used to retrieve the same files as | The command line tool <code>wget</code> can be used to retrieve the same files as | ||
wget ftp://G5NR:@ftp.nccs.nasa.gov/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18/* | wget ftp://G5NR:@ftp.nccs.nasa.gov/Ganymed/7km/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18/* | ||
The <code>*</code> at the end would retrieve all (24) files for the given day. | The <code>*</code> at the end would retrieve all (24) files for the given day. |