Search found 2 matches

by sergdkv
Mon May 20, 2024 7:37 pm America/New_York
Forum: Home
Question: download from oceandata.sci.gsfc.nasa.gov
Replies: 2

Re: download from oceandata.sci.gsfc.nasa.gov

I use this commands (--limit-rate=200k has been added for simulates slow connection). # clear cookies echo -n >~/.urs_cookies; # fill username and etc echo 'machine urs.earthdata.nasa.gov login MYLOGIN password MYPASSWORD' >~/.netrc chmod 0600 ~/.netrc wget -4 --limit-rate=200k --load-cookies ~/.urs...
by sergdkv
Sun May 19, 2024 10:20 pm America/New_York
Forum: Home
Question: download from oceandata.sci.gsfc.nasa.gov
Replies: 2

download from oceandata.sci.gsfc.nasa.gov

Good afternoon. I can't download some files from oceandata.sci.gsfc.nasa.gov. More precisely, I'm trying to get files using wget. If the file is small, I download the file successfully. If the download takes more than 5 minutes, the download is interrupted. In this case, resuming the download (-c op...