# This script loops over the private and public data providers directories # and inserts the new data files into the LDM product queue PATH=/home/dwelsh/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin # define the product queue procedure echo Start `date -u` cd /wfipdata/private/iberdrola ftp -i -n ftp1.esrl.noaa.gov << EOF user psdguest psdguest cd psd3/iberdrola ls bye EOF echo Stop `date -u` echo -----