...
|  Code Block | 
|---|
| language | bash | 
|---|
 | title | Example sequence Retrieve files from cray from scratch directory (replace with your training ID username!) | 
|---|
 
  | 
sftp troifs0@ecaccesstroifs1@ecaccess.ecmwf.int
Authorized access only.
***************************************************************
   For further information, read the ECaccess documentation at:
   https://software.ecmwf.int/wiki/display/ECAC/ECaccess+Home
   You can also use ECaccess to load & download files from your
   EChome, ECscratch or ECfs directories using the ECaccess FTP
   server:
   ftp://uid@ecaccess.ecmwf.int/
   Please note you must use your UID and ActivID code to login!
***************************************************************
troifs0@140troifs1@140.105.20.128's password:
Connected to ecaccess.ecmwf.int.
sftp> ls
CSOMARS    ECFS       ECHOME     ECHOST     ECJOBS     ECMARS     ECSCRATCH  
ECTMP      TMP
sftp> cd ECHOST
sftp> ls
cca     ecgate
sftp> cd cca
sftp> cd scratch/ectrain/troifs0troifs1/myexpt/output
sftp> get mslp.grib
sftp> bye  | 
...
|  Code Block | 
|---|
| language | bash | 
|---|
 | title | To transfer more than 1 file at once.. e.g. | 
|---|
 
  | 
sftp> mget mslp_*.grib  | 
Retrieve files from PERM directory
To retrieve files from the $PERM directory on the training account is very similar to the above sequence.
Instead of:
|  Code Block | 
|---|
sftp> cd ECHOST/cca/scratch/ectrain/troifs1  | 
use the following pathname:
|  Code Block | 
|---|
sftp> cd ECHOST/cca/perm/ectrain/troifs1  |