HiMAT data tutorial

Transferring Data to/from ADAPT

Overview

Teaching: 5 min
Exercises: 0 min
Questions
  • How do I get data on/off of ADAPT?

Objectives
  • Learn the different ways to transfer data depending on which local operating system you are using

Overview

We encourage carrying out processing and analysis within the ADAPT environment, and minimizing the transfer of files between your local computer and ADAPT servers. Nevertheless there are cases where you need to transfer data, for example if you subset files on ADAPT and transfer them to your computer for additional processing.

The method you use to transfer data will depend on the operating system of your local computer.

MAC or Linux

Use scp or sftp to transfer files, e.g.:

sftp aarendt@ngalogin.nccs.nasa.gov

You then enter your credentials and can transfer files via the command line.

Windows

We recommend using WinSCP. Enter the host and userID as follows:



You will then be prompted for your passcode and password. Once connected, you can drag and drop files between the two machines:



Key Points