Page tree

Versions Compared

Key

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

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

...

  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 scp sftp command to copy your required files
    1. e.g. copy select file:
      scp 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):
      scp 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.

...

If you would prefer a graphical transfer method then you can install a graphical SCP 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-dm.nci.org.au.