Globus is a reliable, high-performance file transfer platform allowing users to transfer large amounts of data seamlessly between systems. It aims to make transfers a "click-and-forget" process by setting up configuration details in the background and automating fault recovery.
Globus can be used for both file transfers between OSC and:
Users transferring between OSC and another computing institution with Globus installed do not need to install Globus Connect Personal, and can skip this page.
To use Globus to transfer from a personal computer, you will need to install the Globus Connect Personal client on your computer following the steps below. Those transferring between OSC and another computing institution can skip to Usage.
Watch How to Install Globus Personal
tar -zxvf
globusconnect
, found within the unzipped directoryBy default, Globus will only add certain default folders to the list of files and directories accessible by Globus. To change/add/remove files and directories from this list:
Windows
Mac
Linux
~/.globusonline/lta/config-paths
file. This file is a plain text file, with each line corresponding to the configuration of a particular directory path you wish to make accessible. Each line consists of 3 comma-separated fields as below
<path1>,<sharing flag>,<R/W flag> <path2>,<sharing flag>,<R/W flag> <path3>,<sharing flag>,<R/W flag> ...
Path: an absolute directory/path to be permitted. A leading tilde "~" can be used to represent the home directory of the user that runs globusconnectpersonal.
Sharing Flag: it controls sharing, with a value of "1" allowing sharing for the path and a value of "0" disallowing sharing for the path.
R/W Flag: it determines whether the path will be accessible read-only or read/write, with a "1" permitting read/write access and a "0" marking the path as read-only.
~/.globusonline/lta/config-paths
file, you must stop and restart Globus Connect Personal before the changes will take effect as below$ ./globusconnectpersonal -stop $ ./globusconnectpersonal -start &