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

From version 6.1
edited by Thomas Walter Erbesdobler
on 2023/03/01 15:00
Change comment: There is no comment for this version
To version 1.1
edited by wikibot
on 2023/02/05 20:32
Change comment: Imported from foswiki

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Datentransfer zwischen der Rechnerhalle und dem eigenen Rechner
1 +DatenTransfer
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.erbesdob
1 +XWiki.wikibot
Content
... ... @@ -15,25 +15,40 @@
15 15  To copy a file between those computers the program //scp// can be used.
16 16  
17 17   Copy data: private computer → Rechnerhalle
18 -
19 -*
20 -** copy a file into the ##/Pictures## directory in the Rechnerhalle {{{ scp <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
21 -** Copy a directory into the ##/Pictures## directory in the Rechnerhalle {{{scp -r <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
18 +** copy a file into the ##~/Pictures## directory in the Rechnerhalle {{{
19 +scp <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures
20 +}}}
21 +** Copy a directory into the ##~/Pictures## directory in the Rechnerhalle {{{
22 +scp -r <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures
23 +}}}
22 22  * Copy data: Rechnerhalle → private computer
23 23  
24 -*
25 -** Copy a file out of ##/Pictures## directory in the Rechnerhalle {{{scp RBG-Login@lxhalle.in.tum.de:~/Pictures/<file name> .}}}
26 -** Copy a directory out of the ##/Pictures## directory in the Rechnerhalle {{{scp -r RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .}}}
26 +** Copy a file out of ##~/Pictures## directory in the Rechnerhalle {{{
27 +scp RBG-Login@lxhalle.in.tum.de:~/Pictures/<file name> .
28 +}}}
29 +** Copy a directory out of the ##~/Pictures## directory in the Rechnerhalle {{{
30 +scp -r RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .
31 +}}}
27 27  * Another option for data transfer is the program //rsync//, which has some useful features, mainly for transferring big data.
28 28  ** the option ##-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.
29 29  ** in addition, the download process is shown in percent
30 30  ** Copy data: Private computer → Rechnerhalle
31 -*** copa a file into the ##/Pictures## directory in the Rechnerhalle {{{rsync -P <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
32 -*** copy a directory into ##/Pictures## directory in the Rechnerhalle {{{rsync -r -P <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures}}}
36 +*** copa a file into the ##~/Pictures## directory in the Rechnerhalle {{{
37 +rsync -P <file name> RBG-Login@lxhalle.in.tum.de:~/Pictures
38 +}}}
39 +*** copy a directory into ##~/Pictures## directory in the Rechnerhalle {{{
40 +rsync -r -P <directory name> RBG-Login@lxhalle.in.tum.de:~/Pictures
41 +}}}
33 33  ** copy data: Private computer ← Rechnerhalle
34 -*** copy a file out of the ##/Pictures## directory in the Rechnerhalle {{{rsync -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<filename> .}}}
35 -*** copy a directory out of the ##/Pictures## directory in the Rechnerhalle {{{rsync -r -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .}}}
36 -* the mentioned commands have a more extensive funcionality, for more information it is recomanded to read the manpages (Manual Pages) of the cmmands - you can read those with a ##man## in front of the command name, e.g.: {{{man rsync }}}
43 +*** copy a file out of the ##~/Pictures## directory in the Rechnerhalle {{{
44 +rsync -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<filename> .
45 +}}}
46 +*** copy a directory out of the ##~/Pictures## directory in the Rechnerhalle {{{
47 +rsync -r -P RBG-Login@lxhalle.in.tum.de:~/Pictures/<directory name> .
48 +}}}
49 +* the mentioned commands have a more extensive funcionality, for more information it is recomanded to read the manpages (Manual Pages) of the cmmands - you can read those with a ##man## in front of the command name, e.g.: {{{
50 +man rsync
51 +}}}
37 37  
38 38  {{html wiki="true"}}
39 39  <hr />
... ... @@ -46,7 +46,6 @@
46 46  ==== 1.2.1. [[Cyberduck>>http://cyberduck.ch/]] - Mac OS X ====
47 47  
48 48   Start Cyberduck
49 -
50 50  * Press the //Open Connection// - Icon in the top left corner
51 51  * In the following window:
52 52  ** choose //SFTP//
... ... @@ -54,14 +54,13 @@
54 54  ** //Username// = Your in.tum-Login (e.g. like muster or musterma on the screenshot)
55 55  ** //Password// = the according password
56 56  * Press //Connect//
57 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckfstp2.png||alt="cyberduckfstp2.png" height="511" width="900"]]
71 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckfstp2.png|| width="900" height="511" alt="cyberduckfstp2.png"]]
58 58  
59 59   Confirm the following dialogue with **Allow** and check the box at **Always**.
60 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckAllow2.png||alt="cyberduckAllow2.png" height="182" width="412"]]
74 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckAllow2.png|| width="412" height="182" alt="cyberduckAllow2.png"]]
61 61  
62 62   Then you can see your own home-directory in the Rechnerhalle.
63 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckdateien.png||alt="cyberduckdateien.png" height="401" width="900"]]
64 -
77 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/cyberduckdateien.png|| width="900" height="401" alt="cyberduckdateien.png"]]
65 65  * Now you can copy files and directories via drag & drop.
66 66  
67 67  {{html wiki="true"}}
... ... @@ -73,31 +73,29 @@
73 73  ==== 1.2.2. [[Gigolo>>https://www.uvena.de/gigolo/download.html]] - Ubuntu ====
74 74  
75 75  Ubuntu-Version 16.04 LTS, which is also used on the computers into the Rechnerhalle.
76 -
77 77  * navigate to Application -> System and choose Gigolo. Press the icon with the two monitores.
78 -[[image:gigoloverbinden2.png||height="376" width="646"]]
90 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/gigoloverbinden2.png|| width="646" height="376" alt="gigoloverbinden2.png"]]
79 79  
80 80   Please type the following in the //Connect to Server// - Window:
81 -
82 -*
83 -** //Service type// = SSH
93 +** //Service type// = SSH//
94 +//
84 84  ** //Server// = lxhalle.in.tum.de
85 85  ** //Port// = //22//
86 86  ** //User Name// = Your in.tum - Login
87 -* Press //Connect .//
98 +* Press //Connect .
99 +//
88 88  
89 89   Now, please enter your in.tum password.
90 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/gigolopasswort2.png||alt="gigolopasswort2.png" height="364" width="635"]]
102 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/gigolopasswort2.png|| width="635" height="364" alt="gigolopasswort2.png"]]
91 91  
92 92   You should now see a window with the content of your root-directory. (##/##)
93 -
94 -* A short cut for this connection has been created on your desktop, which you can easily use next time to connect with the computer. 
105 +* A short cut for this connection has been created on your desktop, which you can easily use next time to connect with the computer.
95 95  * Your data is in this directory: sftp://musterma@lxhalle.in.tum.de/**u**/**halle**/**musterma**/**home_at.**
96 96  * Now you can copy and paste your chosen file using the mouse.
97 -[[image:- on lxhalle.in.tum.de - File Manager_008neuuuu.jpg||alt="- on lxhalle.in.tum.de - File Manager_008neuuuu.jpg" height="832" width="800"]]
108 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/- on lxhalle.in.tum.de - File Manager_008neuuuu.jpg|| width="800" height="832" alt="- on lxhalle.in.tum.de - File Manager_008neuuuu.jpg"]]
98 98  
99 99   You can access the SFTP file, using the application -> System -> Gigolo.
100 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/Gigolo_006mustermalxhalleneu.jpg||alt="Gigolo_006mustermalxhalleneu.jpg" height="413" width="715"]]
111 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/Gigolo_006mustermalxhalleneu.jpg|| width="715" height="413" alt="Gigolo_006mustermalxhalleneu.jpg"]]
101 101  
102 102  ----
103 103  
... ... @@ -105,10 +105,11 @@
105 105  
106 106  ==== 1.2.3. [[WinSCP>>http://winscp.net/eng/index.php]] - Windows ====
107 107  
108 -**{{html wiki="true"}}<span class='WYSIWYG_COLOR ' style='color:Blue'>[[winSCP portable>>https://winscp.net/eng/docs/portable]]</span>{{/html}}**
119 +**{{html wiki="true"}}
120 +<span class='WYSIWYG_COLOR ' style='color:Blue'>[[winSCP portable>>https://winscp.net/eng/docs/portable]]</span>
121 +{{/html}}**
109 109  
110 110   Install [[WinSCP>>http://winscp.net/eng/index.php]] (current version 5.7.3, status 20.11.2015)
111 -
112 112  * Start the program
113 113  * With //WinSCP Anmeldung// → //Sitzung// enter the following:
114 114  ** //Computername// = lxhalle.in.tum.de
... ... @@ -118,23 +118,20 @@
118 118  * You can press //save// to save the settings for your profil, which you can use again
119 119  * Press //anmelden//
120 120  
121 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpverbindungneu.jpg||alt="winscpverbindungneu.jpg" height="690" width="1018"]]
133 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpverbindungneu.jpg|| width="1018" height="690" alt="winscpverbindungneu.jpg"]]
122 122  
123 123   Eventuelly you have to confirm the following with //yes//.
124 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpsha.jpg||alt="winscpsha.jpg" height="548" width="1010"]]
136 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpsha.jpg|| width="1010" height="548" alt="winscpsha.jpg"]]
125 125  
126 126   You should see the user interface with 2 windows side by side now.
127 -
128 128  * The left window contains the files on your computer and the right one the files in your home directory in the Rechnerhalle.
129 129  * Now you can copy file by drag & drop.
130 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpdateienneu.jpg||alt="winscpdateienneu.jpg" height="690" width="1016"]]
141 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpdateienneu.jpg|| width="1016" height="690" alt="winscpdateienneu.jpg"]]
131 131  
132 132   A dialogue is shown, in which you have to confirm the target directory again.
133 -
134 134  * Pressing **choose** you can change the target directory.
135 135  * To copy the file press **OK**.
136 -[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpdialogbestneu.jpg||alt="winscpdialogbestneu.jpg" height="218" width="513"]]
137 -
146 +[[image:/bin/download/Informatik/Helpdesk/DatenTransfer/WebHome/winscpdialogbestneu.jpg|| width="513" height="218" alt="winscpdialogbestneu.jpg"]]
138 138  ----
139 139  
140 --- [[Main.>>Main.MarekOrschewskiNe26gik]]alinaya - 16 Apr 2018--
149 +-- [[Main.>>Main.MarekOrschewskiNe26gik]]alinaya - 16 Apr 2018