Perl script to download hourly GNSS data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
EarthdataForumContributor
Posts: 284
Joined: Thu Jul 11, 2019 4:32 pm America/New_York
Answers: 3

Perl script to download hourly GNSS data

by EarthdataForumContributor » Tue Oct 20, 2020 11:29 am America/New_York

We used perl script to download hourly data before, however, in the https://cddis.nasa.gov/Data_and_Derived ... ccess.html, there is no instructions about how to use perl script to download. We tried to use username (anonymous) and password (our email address), but it doesn't work.

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

Re: Perl script to download hourly GNSS data

by CDDIS_support_Lori » Tue Oct 20, 2020 11:30 am America/New_York

To change from using ftp to ftp-ssl in a Perl script, you will need to change more than just the URL. You will need to use a different library such as Net::FTPSSL. You can also make the calls via HTTPS using something such as Net::HTTPS or use another library like Net::Curl. No matter which way you go, it will likely require some modification of the Perl source code.

Post Reply