Retrieving Data from the Staging Area
Retrieve data from the staging disk on archive.stsci.edu by logging in with your archive username and
password. If you retrieved data anonymously, you will use anonymous as your archive username and your
email address as the password.
If you issue a dir command you will see the
the pub directory where other MAST data and the MAST High-Level Science Products are stored and
a directory called stage. The dads retrieval data is stored in that directory in a subdirectory
with your username. Data requested with the anonymous username, is stored in a subdirectory called
anonymous. You will only be able to see and access these two directories.
With in "your" subdirectory will be a subdirectories containing the data named by the request id.
A typical ftp session might look like this:
ftp archive.stsci.edu
accountname
password
cd stage/accountname
cd accountname54321
prompt
binary
mget *
quit
After you have successfully downloaded the data from your directory, you may delete the
data. Although the data are removed automatically about 4 days after the request completes,
during peak usage times the disk does tend to fill up, so it is helpful if you delete data
that you have already retrieved. A typical session to delete files might look like this:
ftp archive.stsci.edu
accountname
password
cd stage/accountname
cd accountname54321
prompt
mdele *
cd ../
dele accountname54321
quit
Retrieving Large Amounts of HST Data from DADS
As the archive has expanded, some users need to make requests for large amounts of HST data.
Please read some information that explains the
best methods and some guidelines for ensuring a smooth and complete finish to your large requests