This article explains how to transfer data between your home-directory in the Rechnerhalle and your private computer. Depending on the operating system, various options are shown.
~/Pictures
directory in the Rechnerhalle scp <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures
~/Pictures
directory in the Rechnerhalle scp -r <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures
~/Pictures
directory in the Rechnerhalle scp RBG-Login@lxhalle.in.tum.de:~/Pictures/<file name> .
~/Pictures
directory in the Rechnerhalle scp -r RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .
-P
is usefule during a connection abort. During a connection abort while downloading, the incomplete file is stored on the target computer. When repeating the copy command the download continues where it left of before.
~/Pictures
directory in the Rechnerhalle rsync -P <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures
~/Pictures
directory in the Rechnerhalle rsync -r -P <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures
~/Pictures
directory in the Rechnerhalle rsync -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<filename> .
~/Pictures
directory in the Rechnerhalle rsync -r -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .
man
in front of the command name, e.g.: man rsync
/
)
Creating HowTo we used Windows 10 x64.