User Tools

Site Tools


exercises:2014_uzh_molsim:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exercise:mm_uzh:ssh [2014/04/30 14:17] talirzexercises:2014_uzh_molsim:ssh [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 48: Line 48:
 pwd                                                         # print your home directory pwd                                                         # print your home directory
 exit                                                        # exit ssh connection exit                                                        # exit ssh connection
-scp -r intro pcihopt3.uzh.ch:/path/to/home/directory        # copy directory 'intro' to remote computer+scp -r intro exer01@pcihopt3.uzh.ch:/path/to/home/directory # copy directory 'intro' to remote computer
 </code> </code>
  
Line 65: Line 65:
   * Configure WinSCP as described [[http://winscp.net/eng/docs/guide_connect|here]], selecting the SCP file protocol   * Configure WinSCP as described [[http://winscp.net/eng/docs/guide_connect|here]], selecting the SCP file protocol
 </note> </note>
 +
 +Later, you may want to copy back some data from the remote machine to your local computer for closer inspection.
 +This works just analogously:
 +<code>
 +scp -r exer01@pcihopt3.uzh.ch:/path/to/directory . # copy directory from remote computer to working directory
 +</code>
 +
exercises/2014_uzh_molsim/ssh.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1