Search Docs by Keyword

Table of Contents

Globus File Transfer

Overview

Globus is a service enabling file sharing with external collaborators without requiring them to have accounts on FAS Research Computing systems. A collaborator has to use their Globus account login and their Globus shared collection, while a FAS Research Computing user has to follow the steps described in this document to gain access to the Globus service.

Globus is a third-party service that FASRC and other universities use as a nexus to share and transfer data from/to their filesystems. It is not run by FASRC.

For more information about Globus, watch What is Globus? from the Globus Team.

Collections: Harvard FAS RC Holyoke or Boston

FAS RC has four collections (or endpoints) based on data centers and data security level

  1. “Harvard FAS RC Holyoke”: for lab shares located in the Holyoke data center
  2. “Harvard FAS RC Holyoke Secure”: for lab shares with data security level 3 located in the Holyoke data center
  3. Harvard FAS RC Boston“: for lab shares located in the Boston data center
  4. Harvard FAS RC Boston Secure“: for lab shares with data security level 3 located in the Boston data center

Available storage

Almost all FASRC storage options are available through Globus, with the caveat of “Available folders” below. Data security level 3 storage shares are not automatically added to Globus.

Home directories are not and will not be added to Globus under any circumstances. Sharing home directories creates a security vulnerability, as authentication keys/passwords may be shared inadvertently. Therefore, home directories cannot be shared via Globus.

Available folders

Globus can only see the folders (or directories) Lab and Users/$USER — as of 2025, the Users folder has been deprecated.  When using Globus, any folder must be inside Lab or Users/$USER. Anything outside Lab and Users/$USER, such as Everyone and Transfer, is not available through Globus.

If you find that your lab share is not seen by Globus or these sub directories don’t exist in your lab’s share, in the Holyoke or Boston collections, please contact us.

Important notes

  • You can share many things, but be careful, don’t share more than what you should.
  • Symlinks do not work in Globus
  • To share files in various directories, you should create a parent directory and copy the various directories to the new parent directory.
  • Read Tips for using tar to archive data documentation before tarring your data
  • Globus will use your FASRC account’s permissions the same way you would if you were accessing your lab storage from a node on the cluster. This dictates what Globus can see and not see when inside the Globus File manager. Therefore:
    • You need read access to the file and directory to transfer files out
    • You need write access to the directory to copy files in
  • See Globus limits

Globus login

For how to log in to Globus, watch the video or go through the steps below.

  1. Go to Globus.
  2. In the top right corner, click on “Login”.
  3. In the organizational login page, select “Harvard University.”
  4. Log in with HarvardKey. After logging in, you will land on Globus File Manager page.
    If you are unable to complete this step, please contact HUIT to ensure your HarvardKey is current/enabled.
  5. In the Globus file manager page:
    1. Collection (or endpoint): FAS RC has four collections based on data centers
      1. “Harvard FAS RC Holyoke”: for lab shares located in the Holyoke data center
      2. “Harvard FAS RC Holyoke Secure”: for lab shares with data security level 3 located in the Holyoke data center
      3. Harvard FAS RC Boston” for lab shares located in the Boston data center
      4. “Harvard FAS RC Holyoke Secure”: for lab shares with data security level 3 located in the Boston data center
    2. Type one of these names based on the storage location.
    3. Click the Collection, and you will be asked to authenticate your FASRC account.
    4. Click Continue.
    5. Log in with FASRC username and Token (FASRC two-factor authentication with 6 digits)
      FASRC login with two text boxes. The first text box requires the FASRC username. The second text box requires the FASRC two-factor authentication. There is also a Log In button to click after the required information has been entered.
    6. In the “Path” bar, type the storage location that you would like to access it.

If you have difficulty connecting at any point in the process, connect to the RC VPN and try again, as certain steps require connectivity to our internal networks.

Transferring data with Globus

Step 0: Prerequisite knowledge

If your data contains directories with hundreds or thousands of files, you will need to tar those directories up into subset files. (Type man tar at the command line to view the manual page for tar.)

Too many files in a single directory, while generally never a good idea, will cause Globus to go into a ‘endpoint is too busy’ state and your job will timeout, restart, timeout, etc.

We recommend that your tar files range in size from 1-100 GiB. There are several reasons this size range is ideal:
  1. The file will transfer more quickly, especially if the transfer is interrupted
  2. The file will be smaller if it needs to be retrieved from Tape

We highly recommend carefully reading the Tips for using tar to archive data documentation before tarring your data.

Example 1: Transfer to/from a collection shared by a collaborator

In this example, we show how to transfer files to/from your folder and an external collaborator’s Globus shared collection

  1. You should have received an email or link from your collaborator
  2. Open the link in a web browser (e.g., Chrome, Firefox)
  3. Select the files to transfer
  4. Specify the transfer settings
  5. Initiate the transfer by clicking on the large arrow icon

Example 2: Share a subfolder that you own on FASRC with a collaborator

The How To Share Data Using Globus tutorial shows, step-by-step, how to share out a subfolder by first creating a Guest Collection and authorizing a collaborator’s Globus account to access your shared Guest Collection. Below is a summary of the steps. For more details, we recommend going by the step-by-step instructions in How To Share Data Using Globus.

Note that this works regardless of the collaborator’s affiliation with FASRC. An external collaborator without an FASRC account and with a Globus account can transfer to/from your shared Guest Collection.

  1. Get your collaborator’s Globus account
  2. Go to Globus File Manager
  3. Select the files to share
  4. Click on the “Share” icon (or right-click and select “Share”)
  5. Click on “Add Guest Collection”
  6. Fill in the information for the new Guest Collection
  7. Click on “Create Collection”
  8. In the “Permissions” tab, click on “Add Permissions — Share With”
  9. Share with the collaborator account
  10. The collaborator will receive a notification email
  11. Collaborator will then be able to initiate file transfers to/from your shared collection

Example 3: Transfer to/from a laptop or desktop

In this example, we show how to transfer files to/from a laptop or a desktop machine to/from FASRC.

  1. Set up a Guest Collection on it by installing Globus Connect Personal software
    Note: Premium Globus account is not required to transfer files between an institutional (FAS RC) shared collection and the Globus Connect Personal created collection.
  2. Once the installation is finished, go to Globus File Manager
  3. Find your newly created collection in the “Your Collections” tab
  4. Select files to transfer
  5. Specify the transfer settings
  6. Initiate the transfer by clicking on the large arrow icon
    Note: Make sure the Globus Connect Personal app is running and connected to the internet whenever you are transferring files. If you lose internet connection, the transfer will be paused and can be resumed at a later time.

Installing Globus Connect Personal on your computer

To share data from or to your local machine with other Globus users (not just with FASRC), you can install and run a Globus Connect Personal on your computer.

Using Globus With Tier 3 Tape

Please see the Globus: Transfer Data to Tape documentation.

Globus Docs and Videos

© The President and Fellows of Harvard College
Except where otherwise noted, this content is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.