[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Datastream #SSJ-700608]: help downloading images from SSEC Data Center
- Subject: [Datastream #SSJ-700608]: help downloading images from SSEC Data Center
- Date: Thu, 28 Dec 2017 15:25:37 -0700
Hi again Boris,
Here is how to run 'wget' to get all of the files of a certain type (meaning
suffix) from a directory:
wget -r -R "index.html" -A "*.goes13vis" --user=xxxxx --password=xxxxx
--no-check-certificate --auth-no-challenge -e robots=off
https://idd.ssec.wisc.edu/uniwisc/urequest/20160401/
The key differences in this invocation and the one that you had
tried are:
- inclusion of -R "index.html"
This prevents the creation of strangely named index.html* files locally
- inclusion of the '-e robots=off'
This is _the_ thing that was needed.
Cheers,
Tom
--
****************************************************************************
Unidata User Support UCAR Unidata Program
(303) 497-8642 P.O. Box 3000
address@hidden Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage http://www.unidata.ucar.edu
****************************************************************************
Ticket Details
===================
Ticket ID: SSJ-700608
Department: Support Datastream
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata
inquiry tracking system and then made publicly available through the web. If
you do not want to have your interactions made available in this way, you must
let us know in each email you send to us.