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

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
Line 3: Line 3:
== Problem ==
== Problem ==


We want to access G5NR data by downloading files by ftp/wget.
We want to access G5NR data by downloading files from the <code>ftp</code> server using either a web browser or the command line tool <code>wget</code>.


== Solution ==
== Solution ==