download multi-files from different folders

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lethinhung
Posts: 1
Joined: Tue Aug 03, 2021 7:11 pm America/New_York
Answers: 0

download multi-files from different folders

by lethinhung » Tue Aug 03, 2021 7:18 pm America/New_York

I already had a look at your guide (syntax) on how to download multi-files at the same time but just from one directory.
https://cddis.nasa.gov/Data_and_Derived ... ccess.html

But now, I want to download Multi-files from different folders. For example, RINEX files at one IGS Station but within many years.
https://cddis.nasa.gov/archive/gnss/data/daily/
Please give me „Syntax“ to download them.

And I also used an app to download Multi-files from different folders but to connect to your server, users need to know: Host, Username, Password, and Port.
I already tried:
Host is ftp://gdc.cddis.eosdis.nasa.gov/
Port: 22
But it didn’t work.
So, to download your data, which names of Host and Port should be used for users?
Thank you and best regards,

Tags:

CDDIS_support_Lori
User Services
User Services
Posts: 78
Joined: Mon Sep 30, 2019 11:17 am America/New_York
Answers: 0

Re: download multi-files from different folders

by CDDIS_support_Lori » Thu Aug 05, 2021 2:30 pm America/New_York

Try port 21 instead of 22. That should work for you.

As for downloading multiple files from different directories, there is not one command that can make that work. You will have to code something that runs on your client machine to go into various directories and download files from there. We have examples in Java and Python to show part of how this can be done. You will need to customize those examples to accomplish what you are after.

https://cddis.nasa.gov/Data_and_Derived ... ccess.html

Post Reply