#!/bin/ksh

#       ==========================================================================================
#
#       Fichier : $RCSfile: WGET_ASPERA3,v $
#
#       Version : $Revision: 1.8 $
#
#       Auteur  : $Author: aspera3 $
#
#       Date    : $Date: 2007/06/14 10:00:57 $
#
#       ==========================================================================================
#

	for SC in ahead behind; do

		for YYYY in 2007 2008 2009 2011; do

			mkdir -p /DATA/STEREO/DATA/PLASTIC/L1/$SC/$YYYY
			cl -int -batch wget,http://stereo-ssc.nascom.nasa.gov/data/ins_data/plastic/level1/$SC/$YYYY/,/DATA/STEREO/DATA/PLASTIC/L1/$SC/$YYYY/,'','',/nodir

		done

	done
