Search found 2 matches

by peppe
Tue May 31, 2022 10:19 am America/New_York
Forum: Questions/Comments
Question: multi-folder download using wget download command
Replies: 3

Re: multi-folder download using wget download command

Many thanks for your support. The wget command I'm using is: wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=3 "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MYD21/2012/061" --header "Authorization: OMISSIS" -P F:\ Alternatively, I tried using the command wget ...
by peppe
Fri May 27, 2022 9:21 am America/New_York
Forum: Questions/Comments
Question: multi-folder download using wget download command
Replies: 3

multi-folder download using wget download command

Hi all, I'm trying to realize multi-file (multi-folder) download using wget download command for specific days from the folder https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MYD03/2020/. The command works properly when downloading multi-file for only one day. On the other hand, I am not a...