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