Versions Compared

Key

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

This article describes transferring files between the ASU HPC cluster supercomputer and your personal computer (laptop or desktop)

Table of Contents

Open On Demand (Not OS Specific)

This method should work regardless of the Operating system since it uses HTML5 in a web browser.

...

Select the file to upload in the screen that comes up.

The status of your upload will be shown at the top of the file list. Browsing away in that tab or disconnecting from the VPN will interrupt your upload. If you need to keep using your browser please open a new tab and leave the upload tab in the background.

...

Windows

Download and install the Filezilla client from https://filezilla-project.org/download.php?type=client

...

Once Filezilla is open at the top enter your ASURITE and password in the “Username” and “Password” fields

For host enter

Code Block
sftp://agave.asu.edu

For port enter “22”

...

You should now be connected, the systems on your computer are on the left, and the files on Agave are on the right. You can simply click and drag files, right click to make new folders etc

...

Mac & Linux

Info

You will need to be connected to the ASU Cisco VPN in order to transfer files

...

Code Block
## To transfer files TO Agave
scp /foo/bar/myfile.dat myasurite@agave.asu.edu:/home/myasurite

##To transfer files FROM Agave
scp myasurite@agave.asu.edu:/home/myasurite/myffile.dat /foo/bar
Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@a31
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "transfer" , "upload" , "download" ) and type = "page" and space = "RC"
labelsupload download transfer
Page Properties
hiddentrue

Related issues