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

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
Line 19: Line 19:
[some details on what the types are etc.]
[some details on what the types are etc.]


==== Web browser ====
==== Download using a web browser ====


A web browser can be used to browse directories, read and retrieve files. To retrieve the collection inst01hr_3d_T_Cv for the day 2006-09-18, one needs to point to
A web browser can be used to browse directories, read and retrieve files. To retrieve the collection <code>inst01hr_3d_T_Cv</code> for the day 2006-09-18, one needs to point to
  ftp://G5NR@ftp.nccs.nasa.gov/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18.
  ftp://G5NR@ftp.nccs.nasa.gov/c1440_NR/DATA/0.5000_deg/inst/inst01hr_3d_T_Cv/Y2006/M09/D18.
At this location, a file may be downloaded by simply clicking on the file name.


==== wget ====
==== wget ====