Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSolution


Code Block
languagebash
%sftp <ECMWF username>@boaccess.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@boaccess.ecmwf.int/

   Please note you must use your passcode to login!
***************************************************************

(usbk@boaccess.ecmwf.int) usbk@88.152.186.157's password:

{Enter your first configured TOTP}

Connected to boaccess.ecmwf.int.

sftp> ls -l
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 ECFS
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 ECHOME
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 ECHOST
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 ECSCRATCH
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 ECTMP
drwxr-x--- 1 16924    1212            2048 Oct 31 11:06 TMP 

sftp> cd ECTMP
sftp> cd training_2023
sftp> ls -l
-rw-r----- 1 16924    1212        37027840 Nov 01 19:56 grib_practicals.tar

sftp> get grib_practicals.tar
 Fetching /ECTMP/training_2023/grib_practicals.tar to grib_practicals.tar
grib_practicals.tar                                                                                              100%   35MB   3.7MB/s   00:09    

sftp> quit

The file should be in your local folder on your computer. 


...