Globus-url-copy¶
The Globus Toolkit is Retired since 2018.
These instructions are left as a help for those systems where this is the only tool installed.
Preparation¶
Prerequisite:
- Valid certificate mapped in Swestore, see the Certificate documentation
Usage¶
Copying a single file to a local file:
globus-url-copy gsiftp://gsiftp.swestore.se/snic/myproject/myfile file:///home/myname/myfile
Copying a single file to a directory:
globus-url-copy file:///home/myname/myfile gsiftp://gsiftp.swestore.se/snic/myproject/mydir/
Copying a directory recursively to a local directory (verbose -v):
globus-url-copy -v -cd -r gsiftp://gsiftp.swestore.se/snic/myproject/mydir/ file:///home/myname/mydir/
Listing files in a directory:
globus-url-copy -list gsiftp://gsiftp.swestore.se/snic/myproject/
Please note the trailing slashes for directories.