Last modified by Yunhao Wu on 2023/07/05 16:22

From version 4.1
edited by Aysegül Omus
on 2023/03/01 14:50
Change comment: There is no comment for this version
To version 3.1
edited by Aysegül Omus
on 2023/03/01 14:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Datentransfer zwischen der Rechnerhalle und dem eigenen Rechner
1 +Datentransfer zwischen Rechnerhalle und eigenem Rechner
Content
... ... @@ -16,12 +16,12 @@
16 16  
17 17   Copy data: private computer → Rechnerhalle
18 18  
19 -*
19 +*
20 20  ** copy a file into the ##/Pictures## directory in the Rechnerhalle {{{ scp <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
21 21  ** Copy a directory into the ##/Pictures## directory in the Rechnerhalle {{{scp -r <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
22 22  * Copy data: Rechnerhalle → private computer
23 23  
24 -*
24 +*
25 25  ** Copy a file out of ##/Pictures## directory in the Rechnerhalle {{{scp RBG-Login@lxhalle.in.tum.de:~/Pictures/<file name> .}}}
26 26  ** Copy a directory out of the ##/Pictures## directory in the Rechnerhalle {{{scp -r RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .}}}
27 27  * Another option for data transfer is the program //rsync//, which has some useful features, mainly for transferring big data.
... ... @@ -79,7 +79,7 @@
79 79  
80 80   Please type the following in the //Connect to Server// - Window:
81 81  
82 -*
82 +*
83 83  ** //Service type// = SSH
84 84  ** //Server// = lxhalle.in.tum.de
85 85  ** //Port// = //22//