-
Installing Versions 1.27 and Earlier
-
1.1 Required Components
-
1.2 Downloading
-
1.3 Installation With GPT
-
1.4 Custom Installation
1.0 Installing Versions 1.27 and Earlier
1.1 Required Components
-
uberftp is distributed as a
GPT package so you
will need to install GPT first. Also, uberftp requires
Globus's FTP Control library. You can run gpt-query to determine
if this is available:
% gpt-query -name=globus_ftp_control
2 packages were found in /usr/local/globus-3.2 that matched your query:
packages found that matched your query
globus_ftp_control-gcc32dbgpthr-dev pkg version: 1.13.0
globus_ftp_control-gcc32dbgpthr-rtl pkg version: 1.13.0
1.2 Downloading
-
You can download the client
here.
1.3 Installation With GPT
-
Download the source package
to local disk. Set GLOBUS_LOCATION and (optionally) GPT_LOCATION.
Run gpt-build and specify a flavor.
% gpt-build uberftp-1.9-src_bundle.tar.gz <flavor>
1.4 Custom Installation
-
You can build the uberftp client without gpt-build (though you still
need GPT for configuring the package). This is useful when you want
to customize the installation such as installing the client outside
of GLOBUS_LOCATION.
First, unzip and untar the package and cd into that new directory.
Then you can configure and build as desired:
% export GLOBUS_FLAVOR_NAME=<flavor>
% ./configure --with-globus-flavor=$GLOBUS_FLAVOR_NAME --prefix=<install_path>
% make ; make install