rsnt_translations
56,426
edits
No edit summary |
No edit summary |
||
Line 137: | Line 137: | ||
|scp foo.txt username@beluga.computecanada.ca:work/ | |scp foo.txt username@beluga.computecanada.ca:work/ | ||
}} | }} | ||
which will copy the file foo.txt from the current directory on my local computer to the directory <tt>$HOME/work</tt> on the cluster [[Béluga]]. To copy a file, <tt>output.dat</tt> from my project space on the cluster [[Cedar]] to my local computer I can use a command like | which will copy the file foo.txt from the current directory on my local computer to the directory <tt>$HOME/work</tt> on the cluster [[Béluga/en|Béluga]]. To copy a file, <tt>output.dat</tt> from my project space on the cluster [[Cedar]] to my local computer I can use a command like | ||
{{Command | {{Command | ||
|scp username@cedar.computecanada.ca:projects/def-jdoe/username/results/output.dat . | |scp username@cedar.computecanada.ca:projects/def-jdoe/username/results/output.dat . |