This page gives a brief description of how we intend such data transfers to be carried out.
       The line 
       reply person@place
       is an optional line for acknowledgements other than to the
       sender of the original message.
       
       The line
       ftp binary
       indicates the ftp transfer mode. The keyword can be either
       'binary' or 'ascii'. If the keyword is omitted, then the
       default of the machine providing the data will be used.
       
       Lines of the form
       ftp://machine1.name/pub/data/filename1.dat
       are URLs of files to be retrieved by anonymous ftp. Note that
       files may be on arbitrary machines and in arbitrary
       directories, but must have unique names. 
       We suggest that
       filenames identify both the project and the time period,
         e.g. image_950307.
       If a suffix is used it could be to identify distinct stations
       or file formats.
       
       For example, to trigger the retrieval of several files of IMAGE
       magnetometer data, one could create a file trigger.txt
       containing
       
       reply hakkinen@fmi.fi
       ftp ascii
       ftp://sumppu.fmi.fi/pub/data/image/cluster/image_950101.iaga
       ftp://sumppu.fmi.fi/pub/data/image/cluster/image_950102.iaga
       ftp://sumppu.fmi.fi/pub/data/image/cluster/image_950103.iaga
       ftp://sumppu.fmi.fi/pub/data/image/cluster/image_950104.iaga
       
       
       Then executing
       mail image@wdcc1a.bnsc.rl.ac.uk < trigger.txt
       (assuming this is done under UNIX)
       will trigger the automatic retrieval by anonymous ftp of the
       listed files; an acknowledgement message indicating the
       success or failure of the ftp will be sent to
       hakkinen@fmi.fi
12-FEB-2001 Richard Stamper