If firewall issues prevent you from using globus-url-copy, or if you prefer the interactive FTP-style interface, install UberFTP from NCSA.
Here are the relevant keystrokes:
$ export GLOBUS_LOCATION=~/globus-4.0.5
$ source $GLOBUS_LOCATION/etc/globus-user-env.sh
$ wget http://dims.ncsa.uiuc.edu/set/uberftp/download/uberftp-client-1.25.tar.gz
$ gunzip uberftp-client-1.25.tar.gz
$ tar xvf uberftp-client-1.25.tar
$ cd uberftp-client-1.25
$ ./configure --with-globus-flavor=FLAVOR
$ make
This should produce the uberftp executable in the current directory.
If the GridFTP SDK is not installed, you will receive the following error message during the configure step:
ERROR: The following packages are missing |
Return to the Globus installation instructions, and make sure to install the data management SDK:
$ make globus-data-management-sdk
$ make install