This topic is about how to login to the CSC supercomputers.
All materials (c) 2020-2024 by CSC – IT Center for Science Ltd. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License, http://creativecommons.org/licenses/by-sa/4.0/
scp
and rsync
are powerful command-line tools to copy files
scp
works even in Windows Powershell (but rsync
is missing)scp filename cscusername@puhti.csc.fi:/scratch/project_xxxx
rsync -r foldername cscusername@puhti.csc.fi:/scratch/project_xxxx
rsync
exists in MobaXterm but it removes write permissions of copied files