Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Last active October 9, 2022 15:15
Show Gist options
  • Save eminorhan/1f1d13e95f6ed3519e80e05f818e4762 to your computer and use it in GitHub Desktop.
Save eminorhan/1f1d13e95f6ed3519e80e05f818e4762 to your computer and use it in GitHub Desktop.
Transfer data between two clusters
For transfering the file file.fl, from the first cluster, issue:
scp file.fl eo41@greene.hpc.nyu.edu:/scratch/eo41/
For transfering the entire directory origin, issue:
scp -r -q origin eo41@greene.hpc.nyu.edu:/scratch/eo41/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment