Kim,
I may not have been clear in my last post, so let me clarify....our servers do NOT (at least not any longer) support download continuation, regardless of which client is used.
So, no need to test that capability at your end :grin:
A modification to the python download script will soon be posted on the
download methods page.
It will include a fully functional script. All that is required is a python installation with the
requests library installed.
I have tested it under Mac, Linux and Windows with python v2.7 and v3.7, so it should work for you (and be more consistent than wget has been...)
I'll try to remember to post a reply once the script is available.
Here's a preview of the usage:
usage: obdaac_download.py [-h] [-v] [--filelist FILELIST]
[--http_manifest HTTP_MANIFEST] [--odir ODIR]
[--uncompress] [--force]
[filename]
Download files archived at the OB.DAAC
positional arguments:
filename name of the file (or the URL of the file) to retreive
optional arguments:
-h, --help show this help message and exit
-v, --verbose print status messages
--filelist FILELIST file containing list of filenames to retreive, one per
line
--http_manifest HTTP_MANIFEST
URL to http_manifest file for OB.DAAC data order
--odir ODIR full path to desired output directory; defaults to
current working directory:
/accounts/swbaile1/Downloads/junk
--uncompress uncompress the retrieved files (if compressed)
--force force download even if file already exists locally
Provide one of either filename, --filelist or --http_manifest. NOTE: For
authentication, a valid .netrc file in the user home ($HOME) is required,
e.g.: machine urs.earthdata.nasa.gov login USERNAME password PASSWD
Regards,
Sean