User Tools

Site Tools


data-download

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
data-download [2023/03/29 13:42] jonasdata-download [2023/03/29 14:28] (current) – [Download to Linux or Mac] jonas
Line 16: Line 16:
  
 Start FileZilla - you should be able to find it in the Start menu (Windows), or the Applications menu (Linux) or from the Dock (Mac). Start FileZilla - you should be able to find it in the Start menu (Windows), or the Applications menu (Linux) or from the Dock (Mac).
 +
 +Note that if you are off-campus, or using a laptop (or using CampusNet wifi), you will need to log in to the College VPN first.
  
 The start up window will look something like this: The start up window will look something like this:
Line 56: Line 58:
 ===== Download to Linux or Mac ===== ===== Download to Linux or Mac =====
  
-Download the files using secure copy (scp). :!Under construction+Download the files using secure copy (scp)
 + 
 +Open a terminal window, then enter the scp command: 
 + 
 +<code>scp -r <username>@hostname:<path to files to be copied> <destination folder></code> 
 + 
 +e.g., 
 + 
 +<code>scp -r jonas@psycomp.rhul.ac.uk:/mnt/MRIRaw/MRIRaw04/Series_002_t1_mpr_sag_iso /home/jonas/Downloads</code> 
 + 
 +or  
 + 
 +<code>scp -r jonas@psyclogin02.rhul.ac.uk:/MRIRaw/MRIRaw04/Series_002_t1_mpr_sag_iso /home/jonas/Downloads</code> 
 + 
 +You will need to enter your password, then the data will download into your destination folder. The -r flag means "recursive" and bascially copies everything in the folder you specified (including subfolders). 
 + 
data-download.1680097323.txt.gz · Last modified: 2023/03/29 13:42 by jonas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki