Faculty/Students may want to transfer large amounts of data to and from the cluster. We can currently support file transfers into the cluster via Globus CLI.
Globus CLI is installed on lmm.its.albany.edu and is located in
Code Block |
---|
/network/rit/misc/software/globus-cli |
You can add this line to your bash_profile to use globus commands:
Code Block |
---|
alias globus=/network/rit/misc/software/globus-cli/bin/globus |
After doing so, remember to source ~/.bash_profile and then test by invoking:
Code Block |
---|
globus version |
You will need your own personal globus account to do file transfers.
Code Block |
---|
globus login |
Globus CLI can be used according to the CLI QuickStart Guide:
...