**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> COMMON: 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 SERVER SIDE: cd ~/gridftp/sbin ./globus-gridftp-server -auth-level 0 -aa -p 55555 CLIENT SIDE: cd ~/gridftp/setup/globus ./globus-url-copy -vb ftp://wan2:55555`echo $HOME`/500-file.data file://`echo $HOME`/500-file.data </code>