**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> 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 --prefix=~/GridFTP make gridftp </code>