Setting Up Globus Connect Personal on Linux
1. Download Globus Connect Personal
In the terminal, run:
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
2. Extract the File
tar xzf globusconnectpersonal-latest.tgz
3. Navigate to Installation Directory
Change to the extracted directory. Replace X.Y.Z with the actual version number:
cd globusconnectpersonal-X.Y.Z
4. Setup Globus Connect Personal:
Run the setup script:
./globusconnectpersonal -setup --no-gui
During setup, log in to your Globus account via a web browser as prompted. You will also be asked to create a new endpoint for your PC.
Follow the prompts to complete the installation.
Your Linux system should now be connected to Globus for file transfers.