Page 1 of 1

Problems with FTP data access

Posted: June 15th, 2021, 11:05 am
by realcmw
I can't access the NCEP/NCAR data via FTP. Is it possible to access this data using wget?

Re: Problems with FTP data access

Posted: June 15th, 2021, 11:11 am
by aring
What computing system are you using? There are multiple ways to access the data. If you would prefer command line access, you can type ftp ftp.arl.noaa.gov and use anonymous as the login, and your email as the password. Then you can navigate to the appropriate meteorological data. If you are on a mac and would prefer to do it through finder, I can guide you to gather the data with that method as well.

Re: Problems with FTP data access

Posted: June 15th, 2021, 11:15 am
by christopher.loughner
On Windows, you can use a ftp client, such as FileZilla.

Re: Problems with FTP data access

Posted: June 15th, 2021, 11:22 am
by alicec
you can use wget. e.g.

Code: Select all

wget ftp://ftp.arl.noaa.gov/archives/gfs0p25/20200618_gfs0p25

Re: Problems with FTP data access

Posted: June 15th, 2021, 11:22 am
by realcmw
I use Filezilla but I get this message:

Respuesta: 220-*******************************************************************************
Respuesta: 220-* **WARNING**WARNING**WARNING** *
Respuesta: 220-* *
Respuesta: 220-* This is a United States Department of Commerce computer system, which may *
Respuesta: 220-* be accessed and used only for official Government business by authorized *
Respuesta: 220-* personnel. Unauthorized access or use of this computer system may subject *
Respuesta: 220-* violators to criminal, civil, and/or administrative action. *
Respuesta: 220-* *
Respuesta: 220-* All information on this computer system may be intercepted, recorded, read, *
Respuesta: 220-* copied, and disclosed by and to authorized personnel for official purposes, *
Respuesta: 220-* including criminal investigations. Access or use of this computer system *
Respuesta: 220-* by any person whether authorized or unauthorized, constitutes consent to *
Respuesta: 220-* these terms. *
Respuesta: 220-* *
Respuesta: 220-* **WARNING**WARNING**WARNING** *
Respuesta: 220-*******************************************************************************

Re: Problems with FTP data access

Posted: June 15th, 2021, 11:24 am
by realcmw
Thank you I will try
alicec wrote:
June 15th, 2021, 11:22 am
you can use wget. e.g.

wget ftp://ftp.arl.noaa.gov/archives/gfs0p25 ... 18_gfs0p25