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:27] 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:
 +
 +{{:filezillamainwindow.png?direct&400|}}
  
 To login, enter the host name (psycomp.rhul.ac.uk or psyclogin02.rhul.ac.uk) in the Host text box, your username for the host (which isn't necessarily your RHUL user name), password, and 22 for the port (this is for secure FTP): To login, enter the host name (psycomp.rhul.ac.uk or psyclogin02.rhul.ac.uk) in the Host text box, your username for the host (which isn't necessarily your RHUL user name), password, and 22 for the port (this is for secure FTP):
 +
 +{{:filezilla_loggingin.png?direct&400|}}
  
 Now click on the Quickconnect button. You might see a pop-up window titled "Unknown host key"; click OK to continue. The result should look as follows: Now click on the Quickconnect button. You might see a pop-up window titled "Unknown host key"; click OK to continue. The result should look as follows:
  
 +{{:filezilla_loggedin.png?direct&400|}}
  
  
 ===== Select and transfer the data ===== ===== Select and transfer the data =====
 +
 +In the right-hand pane, navigate to the MRIRaw folder. On the cluster, MRIRaw is at the top of the folder hierarchy (/MRIRaw); on psycomp, it is in the /mnt folder (/mnt/MRIRaw). You can simply type in the path to the folder in the "Remote site:" text box, e.g. /mnt/MRIRaw on psycomp:
 +
 +{{:filezilla_mriraw.png?direct&400|}}
 +
 +Navigate to your data folder and select the files or folders you want to transfer:
 +
 +{{:filezilla_fileselection.png?direct&400|}}
 +
 +Now in the left-hand pane, navigate to where you want your files to be transferred to on your local computer. You can either drag your selected files across from the right-hand pane to the folder you want to send them, or right-click and select Download:
 +
 +{{:filezilla_destfolder.png?direct&400|}}
 +
 +The files will now be transferred - you can see the progress in the window pane at the bottom of the window.
 +
  
 ====== Using the command line ====== ====== Using the command line ======
Line 37: 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.1680096470.txt.gz · Last modified: 2023/03/29 13:27 by jonas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki