Versions Compared

Key

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

...

What connection protocols are supported on the cluster?

ssh, ssh2, sftp, scp

If I am using command line ssh and scp, how do I transfer files back and forth?

For example...
To copy a file up to the cluster into your home dir(user John Doe):
> scp your_file.xyz jdoe02@cluster.uit.tufts.edu:/cluster/home/j/d/jdoe02/

To copy a file down to your PC or laptop into your current dir:
> scp jdoe02@cluster.uit.tufts.edu:/cluster/home/j/d/jdoe02/your_file.txt .

Note the period on the end.

How to connect to the cluster with a Mac?

...