**This is an old revision of the document!** ----
====== GridFTP Installation ====== GridFTP is contained in globus package, but can be compiled separately. More detailed instructions can be found [[http://larix.man.poznan.pl/wiki/GridFTP|here]]. <code> Do this on both clientside & serverside: mkdir ~/gridftp cd ~/gridftp wget http://www.globus.org/ftppub/gt5/5.0/5.0.3/installers/src/gt5.0.3-all-source-installer.tar.bz2 tar xvf gt5.0.3-all-source-installer.tar.bz2 cd gt5.0.3-all-source-installer ./configure --disable-system-openssl --prefix=~/gridftp make gridftp cd ~/ export GLOBUS_LOCATION=`pwd`/gridftp export GPT_LOCATION=`pwd`/gridftp cd ~/gridftp/sbin ./gpt-postinstall cd ../setup/globus/ ./setup-simple-ca </code> ====== GridFTP Installation with UDT====== More detailed instructions can be found [[http://www.globus.org/toolkit/docs/4.2/4.2.0/data/gridftp/admin/gridftp-admin-advanced.html#gridftp-config-udt|here]]. <code> Do this on both clientside & serverside: mkdir ~/gridftp cd ~/gridftp wget http://www.globus.org/ftppub/gt5/5.0/5.0.3/installers/src/gt5.0.3-all-source-installer.tar.bz2 tar xvf gt5.0.3-all-source-installer.tar.bz2 cd gt5.0.3-all-source-installer ./configure --disable-system-openssl --prefix=$HOME/gridftp make gridftp udt make install cd ~/ export GLOBUS_LOCATION=`pwd`/gridftp export GPT_LOCATION=`pwd`/gridftp cd ~/gridftp/sbin ./gpt-postinstall cd ../setup/globus/ ./setup-simple-ca </code>