Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleIF YOU HAVE PROBLEMS


A quick workaround is to use the wget command as follows:

wget --user=username --password=password -i url_list.txt
where username is your Earthdata userid, password is your Earthdata password, and url_list.txt is a text file with one granule download link per line.

For convenience, wget can pull urls directly out of Earthdata Search's download script, so the following will also work:
wget --user=username --password=password -i url_listdownload.txtsh



Related articles
How To Access Data With cURL And Wget

...