cc_staff
6
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
* [[Transferring_data#SCP | SCP]] or Secure Copy | * [[Transferring_data#SCP | SCP]] or Secure Copy | ||
* [[Transferring_data#Rsync | rsync]] | * [[Transferring_data#Rsync | rsync]] | ||
Note: If you want to transfer files between other Compute Canada clusters and Niagara use the SSH agent forwarding flag, <code>-A</code> when logging into another cluster. For example, to copy files to Niagara from Cedar use: | |||
<pre> | |||
ssh -A USERNAME@cedar.computecanada.ca | |||
</pre> | |||
then perform the copy: | |||
<pre> | |||
[USERNAME@cedar5 ~]$ scp file USERNAME@niagara.computecanada.ca:/scratch/g/group/USERNAME/ | |||
</pre> | |||
==From the World Wide Web== <!--T:5--> | ==From the World Wide Web== <!--T:5--> |