Versions Compared

Key

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

...

Panel
titleCopy file from local to Helium (note alternate port specification)

[user@local ~]$scp -P 40 file1 hawkid@helium.hpc.uiowa.edu:file1

 

Panel
titleCopy file1 and file2 to your home directory on Helium

[user@local ~]$scp file1 file2 hawkid@helium.hpc.uiowa.edu:file:~

Panel
titleCopy directory from local to Helium

[user@local ~]$scp -r dir1 hawkid@helium.hpc.uiowa.edu:dir1

 SFTP

...