Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

To copy your files from OOD to ARE you need to use the sftp tool.  You can either do this directly using a Gadi login node (ssh command from your computer or ARE Gadi terminal app) OR as a 2 step process from your computer.

Gadi login node

  1. Login to Gadi login node either using a native SSH client on your computer OR using the ARE Gadi Terminal app
  2. Use the sftp command to copy your required files
    1. e.g. copy select file:
      sftp -r abc123@vdi-sftp.nci.org.au:DIR/FILENAME.txt
    2. e.g. copy all files (if you have sufficient space in your Gadi home directory):
      sftp -r abc123@vdi-sftp.nci.org.au:. ~/ood-home-copy
    3. Where abc123 is replaced with your NCI username and DIR/FILENAME.txt is replace by the name of the file or directory you want to copy.

Via your computer

If you would prefer a graphical transfer method then you can install a graphical SFTP client on your computer and use it to first get your files from vdi-sftp.nci.org.au and then transfer them to gadi.nci.org.au.

  • No labels