Search⌘ K

Data Transfer

Explore how to securely upload and download files on HPC systems using FTP and SCP methods. Understand how to fetch datasets using wget and manage compressed archives to optimize storage and data handling in HPC environments.

We'll cover the following...

On HPC systems, we can interact with the command line over SSH. We can also create and move file and directories. We can run a program and get some output. But the question is how can we

  • Upload files, say our datasets, to the HPC machine?
  • Download files, say the results of our analysis, from the HPC machine for further analysis locally?

There are two popular ...