rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
$ scp -r SCINETUSERNAME@gpc-logindm01:\$SCRATCH/abc $SCRATCH/abc | $ scp -r SCINETUSERNAME@gpc-logindm01:\$SCRATCH/abc $SCRATCH/abc | ||
</source> | </source> | ||
For many of you, CCUSERNAME and SCINETUSERNAME will be the same. Make sure you use the slash (\) before the first $SCRATCH; it causes the value of scratch on the remote node (i.e., here, gpc-logindm01) to be used. Note that the gpc-logindm01 will ask for your SciNet password. | For many of you, CCUSERNAME and SCINETUSERNAME will be the same. Make sure you use the slash (\) before the first <tt>$SCRATCH</tt>; it causes the value of scratch on the remote node (i.e., here, gpc-logindm01) to be used. Note that the gpc-logindm01 will ask for your SciNet password. | ||
<!--T:23--> | <!--T:23--> |