Page 2 of 2

how to wget files in more than one folder

Posted: Fri May 01, 2020 12:18 pm America/New_York
by avalente
Great! It worked john, many thanks!

how to wget files in more than one folder

Posted: Sat May 02, 2020 9:09 am America/New_York
by OB ODPS - jgwilding
Great!  Note that you can also use the file-search API from the command line (see https://oceancolor.gsfc.nasa.gov/data/download_methods/) and then chain the wget commands so that the output of the file-search wget call becomes the input to the download wget call.  Basically the file-search API call would use -O - to send its output to stdout, and the download call would use -i - to read its input from stdin instead of the text file you used this time.  It saves the step of having to download the file URLs into a text file.

Regards,
john